]> granicus.if.org Git - docbook-dsssl/commitdiff
print what we're going to run unless we're quiet
authorAdam Di Carlo <adicarlo@users.sourceforge.net>
Thu, 19 Dec 2002 22:06:33 +0000 (22:06 +0000)
committerAdam Di Carlo <adicarlo@users.sourceforge.net>
Thu, 19 Dec 2002 22:06:33 +0000 (22:06 +0000)
cvstools/xslt

index f1473a24c787e3a6d817706dfa492d1cc5520c1c..e64aee0b18e05b6c049cf4db916aaf2d1f718578 100755 (executable)
@@ -126,6 +126,9 @@ if ($processor eq 'saxon') {
 }
 
 my $startTime = time();
+if (! $quiet) {
+    print "$cmd\n";
+}
 system($cmd);
 my $endTime = time();