X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=scripts%2Ftimestamp.pl;h=e24d8149d9c8754ba72e8918e09cd9c390427251;hb=a9b06a49a8fc977f784c1696dc587e9d8db62678;hp=3bf057151f43d0725822066e7acbbd6daa721ccc;hpb=f9d0fb8a16f4819b7419454ef3adc11fef4cb922;p=oweals%2Fopenwrt.git diff --git a/scripts/timestamp.pl b/scripts/timestamp.pl index 3bf057151f..e24d8149d9 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 = $_;