X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ae5ab94ef5f0660d381a3c7076e144be5bf37eef..6a1be2701196d69f20806067cee93a2d81d7229f:/scripts/timestamp.pl?ds=inline 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 () { chomp;