summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xprune.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/prune.sh b/prune.sh
index 361e1a97..09ed8d35 100755
--- a/prune.sh
+++ b/prune.sh
@@ -4,9 +4,7 @@
 
 set -o errexit -o nounset -o pipefail
 
-links=$(find -L ~ -type l -lname "$PWD/*")
-
-for link in $links; do
+find -L ~ -type l -lname "$PWD/*" | while read link; do
   rm "$link"
   echo "$link"
 done
e='2014-06-28 16:07:30 +0200'>2014-06-28git: update to 2.0.1Christian Hesse 2014-06-28ui-patch: Flush stdout after outputting dataJohn Keeping 2014-06-28ui-log: ignore unhandled argumentsJohn Keeping 2014-06-28git: update for git 2.0Christian Hesse 2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse