aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/timestamp.pl
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-04-21 02:19:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-04-21 02:19:38 +0000
commit16d3ccfd90009d5efcc394494cdcf5baf1dbc5cd (patch)
treec92ba8611ae3e9badd62428125bd37fdea88a693 /scripts/timestamp.pl
parente22333c1eca6a4a2fa362f7544d6085ebbc687cb (diff)
downloadmaster-187ad058-16d3ccfd90009d5efcc394494cdcf5baf1dbc5cd.tar.gz
master-187ad058-16d3ccfd90009d5efcc394494cdcf5baf1dbc5cd.tar.bz2
master-187ad058-16d3ccfd90009d5efcc394494cdcf5baf1dbc5cd.zip
fix detection of removed packages
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3688 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/timestamp.pl')
-rwxr-xr-xscripts/timestamp.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/timestamp.pl b/scripts/timestamp.pl
index a4bb7ecda0..dc47e24aae 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;