X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=scripts%2Ffeeds.sh;h=a6d4ef9d71a713513e12fe66800e438366c0da28;hb=399656d2e95608c4c739ed7526798d88a655c012;hp=9fc3343a1be14a51a8e5587e920110f46afc923b;hpb=a7b8d6784eb68e82dfd13a37b0f12e80216065a1;p=openwrt-10.03%2F.git diff --git a/scripts/feeds.sh b/scripts/feeds.sh index 9fc3343a1..a6d4ef9d7 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() {