scripts/feeds: remove a few trailing tabs
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44773
This commit is contained in:
parent
83cdd1623c
commit
1592f3f607
|
@ -151,7 +151,7 @@ sub update_feed_via($$$$) {
|
||||||
my $name = shift;
|
my $name = shift;
|
||||||
my $src = shift;
|
my $src = shift;
|
||||||
my $relocate = shift;
|
my $relocate = shift;
|
||||||
|
|
||||||
my $m = $update_method{$type};
|
my $m = $update_method{$type};
|
||||||
my $localpath = "./feeds/$name";
|
my $localpath = "./feeds/$name";
|
||||||
my $safepath = $localpath;
|
my $safepath = $localpath;
|
||||||
|
@ -173,7 +173,7 @@ sub update_feed_via($$$$) {
|
||||||
} else {
|
} else {
|
||||||
system("cd '$safepath'; $m->{'update'}") == 0 or return 1;
|
system("cd '$safepath'; $m->{'update'}") == 0 or return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue