diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-21 02:19:38 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-21 02:19:38 +0000 |
commit | 1fbef95525ace333d4cef5e217d2293cdc891eaf (patch) | |
tree | c92ba8611ae3e9badd62428125bd37fdea88a693 | |
parent | 2fb0892917fa75590e20c32599de11880fe92c23 (diff) |
fix detection of removed packages
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3688 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | scripts/timestamp.pl | 1 |
1 files changed, 0 insertions, 1 deletions
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 (<FIND>) { chomp; |