projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f623374
)
scripts/feeds: fix an error message
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 31 Aug 2009 14:28:24 +0000
(14:28 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 31 Aug 2009 14:28:24 +0000
(14:28 +0000)
SVN-Revision: 17451
scripts/feeds
patch
|
blob
|
history
diff --git
a/scripts/feeds
b/scripts/feeds
index d6a63551839d2992c388781023982cdee56cddb6..3932a2d6d94dc10a615b89ad9ded0083e1118c26 100755
(executable)
--- a/
scripts/feeds
+++ b/
scripts/feeds
@@
-46,7
+46,7
@@
sub parse_config() {
$line[0] =~ /^src-\w+$/ or $valid = 0;
$line[1] =~ /^\w+$/ or $valid = 0;
@src = split /\s+/, $line[2];
- $valid or die "Syntax error in feeds.
list
, line: $line\n";
+ $valid or die "Syntax error in feeds.
conf
, line: $line\n";
$name{$line[1]} and die "Duplicate feed name '$line[1]', line: $line\n";
$name{$line[1]} = 1;