From: Jim Meyering Date: Sun, 7 Apr 2002 15:51:12 +0000 (+0000) Subject: Fix typo in VERBOSE=yes handling. X-Git-Tag: SH-UTILS-2_0_12~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a88ba0dd94e65cc6322c4356682829298274f73a;p=thirdparty%2Fcoreutils.git Fix typo in VERBOSE=yes handling. --- diff --git a/tests/mv/mv-special-1 b/tests/mv/mv-special-1 index e69b8e2e42..103e398b8c 100755 --- a/tests/mv/mv-special-1 +++ b/tests/mv/mv-special-1 @@ -2,7 +2,7 @@ if test "$VERBOSE" = yes; then set -x - FIXME --version + mv --version fi pwd=`pwd`