From 2146cd2a2508a65ffb2b8e2d4f19c1eaa17663ee Mon Sep 17 00:00:00 2001 From: Adam Di Carlo Date: Thu, 19 Dec 2002 22:06:33 +0000 Subject: [PATCH] print what we're going to run unless we're quiet --- cvstools/xslt | 3 +++ 1 file changed, 3 insertions(+) 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(); -- 2.50.1