1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00
This commit is contained in:
Jim Meyering
1996-10-10 14:08:46 +00:00
parent 4c53aee40c
commit d80da392e0
+1 -1
View File
@@ -43,7 +43,7 @@ set X $pairlist
shift
status=0
first=yes
while "$#" -ne 0; do
while test "$#" -ne 0; do
if test -f "$1"; then
mv "$1" "$2" || status=$?
else