mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-25 10:16:53 +02:00
.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user