summaryrefslogtreecommitdiff
path: root/openwrt/scripts
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
commit3c5805165b45dae30c506ede25e7654e29ef8c27 (patch)
tree8387f57e22f34ef0b3dfb5b6f29e8c775c1fa0c3 /openwrt/scripts
parent6a795b4d7bf446f21b4d8daea2d4aa83b6815c52 (diff)
downloadmtk-20170518-3c5805165b45dae30c506ede25e7654e29ef8c27.zip
mtk-20170518-3c5805165b45dae30c506ede25e7654e29ef8c27.tar.gz
mtk-20170518-3c5805165b45dae30c506ede25e7654e29ef8c27.tar.bz2
fix detection of removed packages
SVN-Revision: 3688
Diffstat (limited to 'openwrt/scripts')
-rwxr-xr-xopenwrt/scripts/timestamp.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/scripts/timestamp.pl b/openwrt/scripts/timestamp.pl
index a4bb7ec..dc47e24 100755
--- a/openwrt/scripts/timestamp.pl
+++ b/openwrt/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;