mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
Add the standard $VERBOSE-handling hook.
This test currently fails for mips-dec-ultrix4.4.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#! /bin/sh
|
||||
|
||||
if test "$VERBOSE" = yes; then
|
||||
set -x
|
||||
ginstall --version
|
||||
fi
|
||||
|
||||
dir=dir
|
||||
file=file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user