[Debian-tex-commits] SVN tex-common commit + diffs: r2976 - tex-common/trunk/scripts

Frank Küster frank at alioth.debian.org
Wed Jun 20 13:29:40 UTC 2007


Author: frank
Date: 2007-06-20 13:29:40 +0000 (Wed, 20 Jun 2007)
New Revision: 2976

Modified:
   tex-common/trunk/scripts/debianize-updmap
Log:
make sure verboseMsg doesn't interfere with our "echo" communication


Modified: tex-common/trunk/scripts/debianize-updmap
===================================================================
--- tex-common/trunk/scripts/debianize-updmap	2007-06-20 11:47:05 UTC (rev 2975)
+++ tex-common/trunk/scripts/debianize-updmap	2007-06-20 13:29:40 UTC (rev 2976)
@@ -40,6 +40,14 @@
 # file per run.
 
 ###############################################################################
+# verboseMsg(msg)
+#   print `msg' to stderr is $verbose is true
+###############################################################################
+verboseMsg() {
+  $verboseFlag && verbose echo ${1+"$@"} >&2
+}
+
+###############################################################################
 # DebianSyswideMode ()
 #   determine whether we are running in syswide mode (or user-specific)
 ###############################################################################




More information about the Debian-tex-commits mailing list