aboutsummaryrefslogtreecommitdiffstats
path: root/remove_stale.pl
diff options
context:
space:
mode:
authorDavid Prévot <taffit-guest>2011-05-03 18:39:46 +0000
committerDavid Prévot <taffit-guest>2011-05-03 18:39:46 +0000
commitdbde8d47ee9bd3a0012be51d88c2bfc5790852e4 (patch)
treebedf6fae01de419fff78940096c1e0f2ba79bfbc /remove_stale.pl
parent3ca019a805ad586ffc1b4471d3c1d4f514410023 (diff)
Add a quiet option for non existing files
CVS version numbers remove_stale.pl: 1.20 -> 1.21 Perl/Local/VCS_CVS.pm: 1.11 -> 1.12
Diffstat (limited to 'remove_stale.pl')
-rwxr-xr-xremove_stale.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/remove_stale.pl b/remove_stale.pl
index 565719e98fa..970480f7a64 100755
--- a/remove_stale.pl
+++ b/remove_stale.pl
@@ -150,7 +150,7 @@ sub find_stale_files
my $haswml = exists( $wmlfiles{$source} ) || -f $source || 0;
# is the html file checked in the VCS?
- my $checkedin = vcs_file_info($htmlfile) ? 1 : 0;
+ my $checkedin = vcs_file_info($htmlfile , quiet => 1 ) ? 1 : 0;
#if ($checkedin)
#{ print "==> `$htmlfile' : `$source' : $haswml : $checkedin\n"; }

© 2014-2024 Faster IT GmbH | imprint | privacy policy