X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e3bbc7fac112af7fa514495078a9f5357095be8d..92855cd186470c045637045ff88ebbb223f07fb3:/scripts/feeds.sh 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() {