[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

docs-common/bin copy-figs,1.5,1.6



Author: jtr

Update of /cvs/docs/docs-common/bin
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27054

Modified Files:
	copy-figs 
Log Message:
With the "-v" switch, output a note if we find a manifest file.



Index: copy-figs
===================================================================
RCS file: /cvs/docs/docs-common/bin/copy-figs,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- copy-figs	18 Jan 2006 08:24:37 -0000	1.5
+++ copy-figs	18 Jan 2006 08:37:29 -0000	1.6
@@ -140,6 +140,8 @@
 	fi
 )
 [ "${DEBUG}" ] || echo >&2 "haveManifest=|${haveManifest}|"
+[ "${VERBOSE}" -a "${haveManifest}" = "yes" ] || 
+	echo >&2 "Using manifest to get file names"
 
 (
 	if [ "${haveManifest}" = "yes" ]; then


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]