X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=scripts%2Ffeeds;fp=scripts%2Ffeeds;h=1ddf304045632e437813e1fc1ea009e71904aef0;hp=4b98d3e7e4942c194d419d2729cdd805bec85194;hb=7c64453e64ddc0cb89f04253e55771a6a18c1d41;hpb=ef42513259e398f2be4ac78dd66817856353829c 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; }