From 1fbef95525ace333d4cef5e217d2293cdc891eaf Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 21 Apr 2006 02:19:38 +0000 Subject: [PATCH] fix detection of removed packages git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3688 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/timestamp.pl | 1 - 1 file changed, 1 deletion(-) 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 () { chomp; -- 2.11.0