From 0af65c148402ee3903e5d05652b90d3afa4bfd46 Mon Sep 17 00:00:00 2001 From: Tommy Reynolds Date: Wed, 18 Jan 2006 08:37:29 +0000 Subject: With the "-v" switch, output a note if we find a manifest file. --- bin/copy-figs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/copy-figs') diff --git a/bin/copy-figs b/bin/copy-figs index d07f825..382f9e7 100755 --- a/bin/copy-figs +++ b/bin/copy-figs @@ -140,6 +140,8 @@ haveManifest=$( fi ) [ "${DEBUG}" ] || echo >&2 "haveManifest=|${haveManifest}|" +[ "${VERBOSE}" -a "${haveManifest}" = "yes" ] || + echo >&2 "Using manifest to get file names" ( if [ "${haveManifest}" = "yes" ]; then -- cgit