fix detection of removed packages

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3688 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-04-21 02:19:38 +00:00
parent e22333c1ec
commit 16d3ccfd90
1 changed files with 0 additions and 1 deletions

View File

@ -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;