X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=scripts%2Ffeeds.sh;h=a6d4ef9d71a713513e12fe66800e438366c0da28;hb=c079b2e0460fcd35cb1ad64074cfa18328637d18;hp=9fc3343a1be14a51a8e5587e920110f46afc923b;hpb=0359c6222e7253eed3c7a0e4b565c1d0608720e0;p=oweals%2Fopenwrt.git diff --git a/scripts/feeds.sh b/scripts/feeds.sh index 9fc3343a1b..a6d4ef9d71 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 | xargs -r rm -f } setup_symlinks() {