summaryrefslogtreecommitdiffstats
path: root/scripts/feeds.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/feeds.sh')
-rwxr-xr-xscripts/feeds.sh2
1 files changed, 1 insertions, 1 deletions
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() {