X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/5fac1c85936e5364176097d46b0e0762b108c704..fe6f248cdc670f751974400cfb5a77fbd348aeb3:/scripts/timestamp.pl diff --git a/scripts/timestamp.pl b/scripts/timestamp.pl index 3bf057151..e24d8149d 100755 --- a/scripts/timestamp.pl +++ b/scripts/timestamp.pl @@ -14,7 +14,7 @@ sub get_ts($$) { my $ts = 0; my $fn = ""; $path .= "/" if( -d $path); - open FIND, "find $path -type f -and -not -path \\*.svn\\* -and -not -path \\*CVS\\* $options 2>/dev/null |"; + open FIND, "find $path -type f -and -not -path \\*/.svn\\* -and -not -path \\*CVS\\* $options 2>/dev/null |"; while () { chomp; my $file = $_;