fix busybox config parsing for new config format
[openwrt-10.03/.git] / scripts / timestamp.pl
index a4bb7ecda09f5c1ac9eae880011e342b10c5aae3..dc47e24aae44f7050ce23ae69a19a6a927af5963 100755 (executable)
@@ -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 (<FIND>) {
                chomp;