fix detection of removed packages
authorFelix Fietkau <nbd@openwrt.org>
Fri, 21 Apr 2006 02:19:38 +0000 (02:19 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 21 Apr 2006 02:19:38 +0000 (02:19 +0000)
SVN-Revision: 3688

openwrt/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;