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