From 3c5805165b45dae30c506ede25e7654e29ef8c27 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 21 Apr 2006 02:19:38 +0000
Subject: [PATCH] fix detection of removed packages

SVN-Revision: 3688
---
 openwrt/scripts/timestamp.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/openwrt/scripts/timestamp.pl b/openwrt/scripts/timestamp.pl
index a4bb7ecda0..dc47e24aae 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;
-- 
GitLab