fix detection of removed packages
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Apr 2006 02:19:38 +0000 (02:19 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Apr 2006 02:19:38 +0000 (02:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3688 3c298f89-4303-0410-b956-a3cf2f4a3e73

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;