From: Jim Meyering Date: Thu, 10 Oct 1996 14:08:46 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19n~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d80da392e00915483daf9962c36f9aaeaa8518e0;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/ylwrap b/lib/ylwrap index 9a484df82d..5b47e05511 100755 --- a/lib/ylwrap +++ b/lib/ylwrap @@ -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