]> Dogcows Code - chaz/yoink/blobdiff - tools/unix2dos
simplified win32 installer build script
[chaz/yoink] / tools / unix2dos
index 31fa7c61ec12ff0e4eece93e720b44c3a1371d5a..3c171e55dc219d028fd6b6a7c85d6b21702934bb 100755 (executable)
@@ -9,9 +9,9 @@ then
        sed 's/\r*$/\r/' "$1" >$TMPFILE
        if [ ! "$2" ];
        then
-               cp -f "$TMPFILE" "$1"
+               mv -f "$TMPFILE" "$1"
        else
-               cp -f "$TMPFILE" "$2"
+               mv -f "$TMPFILE" "$2"
        fi
        rm -f "$TMPFILE"
 else
This page took 0.023561 seconds and 4 git commands to generate.