diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-15 11:06:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-15 11:06:50 +0000 |
commit | 1592f3f607e242de18c38b76b95399119439157f (patch) | |
tree | af2ef0bfcf616a8f7ff085dc938241e11d68b73e /scripts/feeds | |
parent | 83cdd1623c833eba28f7b42336872d4131beea87 (diff) | |
download | upstream-1592f3f607e242de18c38b76b95399119439157f.tar.gz upstream-1592f3f607e242de18c38b76b95399119439157f.tar.bz2 upstream-1592f3f607e242de18c38b76b95399119439157f.zip |
scripts/feeds: remove a few trailing tabs
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44773
Diffstat (limited to 'scripts/feeds')
-rwxr-xr-x | scripts/feeds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/feeds b/scripts/feeds index 4b98d3e7e4..1ddf304045 100755 --- 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; } |