]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 10 Oct 1996 14:08:46 +0000 (14:08 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 10 Oct 1996 14:08:46 +0000 (14:08 +0000)
lib/ylwrap

index 9a484df82d0a6313a95ca1dcb67eda3009c73abb..5b47e055117f54d689310b05ff29961a57bece15 100755 (executable)
@@ -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