projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83cdd16
)
scripts/feeds: remove a few trailing tabs
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Mar 2015 11:06:50 +0000
(11:06 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Mar 2015 11:06:50 +0000
(11:06 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44773
scripts/feeds
patch
|
blob
|
history
diff --git
a/scripts/feeds
b/scripts/feeds
index 4b98d3e7e4942c194d419d2729cdd805bec85194..1ddf304045632e437813e1fc1ea009e71904aef0 100755
(executable)
--- a/
scripts/feeds
+++ b/
scripts/feeds
@@
-151,7
+151,7
@@
sub update_feed_via($$$$) {
my $name = shift;
my $src = shift;
my $relocate = shift;
-
+
my $m = $update_method{$type};
my $localpath = "./feeds/$name";
my $safepath = $localpath;
@@
-173,7
+173,7
@@
sub update_feed_via($$$$) {
} else {
system("cd '$safepath'; $m->{'update'}") == 0 or return 1;
}
-
+
return 0;
}