X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3a8525a17a75d475824ae22e56b49c7ff882d386..c858d524954bd42c6a2c85bd58f7dcb3385ccb10:/scripts/feeds.sh?ds=sidebyside diff --git a/scripts/feeds.sh b/scripts/feeds.sh index 351c87c43..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 | xargs rm -f + find $1 -type l | xargs -r rm -f } setup_symlinks() {