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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d95344c69706c497e44542d4f693a481b21a0b5f;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();