summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/timestamp.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/timestamp.pl b/scripts/timestamp.pl
index a4bb7ecda..dc47e24aa 100755
--- a/scripts/timestamp.pl
+++ b/scripts/timestamp.pl
@@ -6,7 +6,6 @@ sub get_ts($$) {
my $options = shift;
my $ts = 0;
my $fn = "";
- -d "$path" and $path .= "/*";
open FIND, "find $path -not -path \\*.svn\\* -and -not -path \\*CVS\\* $options 2>/dev/null |";
while (<FIND>) {
chomp;