Skip to content
Snippets Groups Projects
Commit 3c580516 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix detection of removed packages

SVN-Revision: 3688
parent 6a795b4d
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ sub get_ts($$) { ...@@ -6,7 +6,6 @@ sub get_ts($$) {
my $options = shift; my $options = shift;
my $ts = 0; my $ts = 0;
my $fn = ""; my $fn = "";
-d "$path" and $path .= "/*";
open FIND, "find $path -not -path \\*.svn\\* -and -not -path \\*CVS\\* $options 2>/dev/null |"; open FIND, "find $path -not -path \\*.svn\\* -and -not -path \\*CVS\\* $options 2>/dev/null |";
while (<FIND>) { while (<FIND>) {
chomp; chomp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment