X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=scripts%2Ffeeds.sh;fp=scripts%2Ffeeds.sh;h=9fc3343a1be14a51a8e5587e920110f46afc923b;hp=d2dfe9da9f26e3c1d0f615d59f956418b0239b82;hb=0359c6222e7253eed3c7a0e4b565c1d0608720e0;hpb=3ce8de018e45b1e92243a50a6bde51a56b994381 diff --git a/scripts/feeds.sh b/scripts/feeds.sh index d2dfe9da9f..9fc3343a1b 100755 --- a/scripts/feeds.sh +++ b/scripts/feeds.sh @@ -22,7 +22,7 @@ cd $TOPDIR # Some functions we might call several times a run delete_symlinks() { - find $1 -type l -exec rm -f {} \; + find $1 -type l -exec rm -f {} + } setup_symlinks() {