changeset 1481:bb8dc622804a

<olsner> echo echo \\\'\'tail -n +2 $0 | xargs echo; exit 0\'\\\' \\>\\$1\\;chmod +x \\$1 > bin/makelist
author HackBot
date Sat, 12 Jan 2013 19:56:44 +0000
parents 52cc21be00ba
children 940ce7c34ee4
files bin/makelist
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/makelist	Sat Jan 12 19:54:28 2013 +0000
+++ b/bin/makelist	Sat Jan 12 19:56:44 2013 +0000
@@ -1,1 +1,1 @@
-echo 'tail -n +2 $0 | paste -s -d" "; exit 0' >$1;chmod +x $1
+echo 'tail -n +2 $0 | xargs echo; exit 0' >$1;chmod +x $1