From 091934e7fb50d6239ed42b14bfb350984adbc141 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 14 Apr 2010 22:21:15 +0000 Subject: fix timestamp checks for build system paths which have '.svn' in their directory name SVN-Revision: 20856 --- scripts/timestamp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/timestamp.pl') 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 = $_; -- cgit v1.2.3