projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d5631
)
scripts/feeds: fix an error message
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 31 Aug 2009 14:28:24 +0000
(14:28 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 31 Aug 2009 14:28:24 +0000
(14:28 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17451
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/feeds
patch
|
blob
|
history
diff --git
a/scripts/feeds
b/scripts/feeds
index
d6a6355
..
3932a2d
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;
This page took
0.023911 seconds
and
4
git commands to generate.