diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-21 02:19:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-21 02:19:38 +0000 |
commit | 3c5805165b45dae30c506ede25e7654e29ef8c27 (patch) | |
tree | 8387f57e22f34ef0b3dfb5b6f29e8c775c1fa0c3 /openwrt/scripts | |
parent | 6a795b4d7bf446f21b4d8daea2d4aa83b6815c52 (diff) | |
download | mtk-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-x | openwrt/scripts/timestamp.pl | 1 |
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; |