projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeebde1
)
fix a warning
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 7 Dec 2007 10:32:48 +0000
(10:32 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 7 Dec 2007 10:32:48 +0000
(10:32 +0000)
SVN-Revision: 9667
scripts/feeds
patch
|
blob
|
history
diff --git
a/scripts/feeds
b/scripts/feeds
index d62e8e79dd487d8733329a7c5689510e6ff56e6b..f22adc55c49443b4eaa5b5d477646e74439b12e5 100755
(executable)
--- a/
scripts/feeds
+++ b/
scripts/feeds
@@
-85,7
+85,7
@@
sub search_feed {
foreach my $substr (@substr) {
my $match;
foreach my $key (qw(name title description)) {
- $substr and $pkg->{$key} =~ m/$substr/i and $match = 1;
+ $
pkg->{$key} and $
substr and $pkg->{$key} =~ m/$substr/i and $match = 1;
}
$match or undef $pkgmatch;
};