X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=scripts%2Ffeeds.sh;h=a6d4ef9d71a713513e12fe66800e438366c0da28;hb=3e91dd1bd509f3691a65b79d8ef2d02630aae479;hp=9fc3343a1be14a51a8e5587e920110f46afc923b;hpb=f3f941db39b21bdc1d629bac281f53ffb2a5eea1;p=openwrt%2F.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() {