mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
fix detection of removed packages
SVN-Revision: 3688
This commit is contained in:
parent
6a795b4d7b
commit
3c5805165b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user