add 'reset to defaults' to menuconfig
[openwrt.git] / scripts / timestamp.pl
index a4bb7ec..dc47e24 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;
This page took 0.025675 seconds and 4 git commands to generate.