X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=scripts%2Ftimestamp.pl;h=dc47e24aae44f7050ce23ae69a19a6a927af5963;hb=739f48b3cee7682efc32acf30b141801a48b016f;hp=a4bb7ecda09f5c1ac9eae880011e342b10c5aae3;hpb=ae5ab94ef5f0660d381a3c7076e144be5bf37eef;p=openwrt-10.03%2F.git 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;