From: Jim Meyering Date: Sat, 17 Mar 2001 22:30:24 +0000 (+0000) Subject: Add the standard $VERBOSE-handling hook. X-Git-Tag: FILEUTILS-4_0_42~9 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b9154ca314dff0152433be9c6ba1b70e599ed904;p=thirdparty%2Fcoreutils.git Add the standard $VERBOSE-handling hook. This test currently fails for mips-dec-ultrix4.4. --- diff --git a/tests/install/basic-1 b/tests/install/basic-1 index a98629a73d..4cc6a35065 100755 --- a/tests/install/basic-1 +++ b/tests/install/basic-1 @@ -1,5 +1,10 @@ #! /bin/sh +if test "$VERBOSE" = yes; then + set -x + ginstall --version +fi + dir=dir file=file