From: Adam Di Carlo Date: Thu, 19 Dec 2002 22:06:33 +0000 (+0000) Subject: print what we're going to run unless we're quiet X-Git-Tag: release/1.79.1~6^2~5055 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2146cd2a2508a65ffb2b8e2d4f19c1eaa17663ee;p=docbook-dsssl print what we're going to run unless we're quiet --- diff --git a/cvstools/xslt b/cvstools/xslt index f1473a24c..e64aee0b1 100755 --- a/cvstools/xslt +++ b/cvstools/xslt @@ -126,6 +126,9 @@ if ($processor eq 'saxon') { } my $startTime = time(); +if (! $quiet) { + print "$cmd\n"; +} system($cmd); my $endTime = time();