changeset 2391:eb8d28337e94

<shachaf> echo \'cp bin/emptylist bin/"$1"\' > bin/makelist
author HackBot
date Fri, 08 Mar 2013 05:14:17 +0000
parents a69f205ae185
children 0694213c809e
files bin/makelist
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/makelist	Fri Mar 08 03:52:13 2013 +0000
+++ b/bin/makelist	Fri Mar 08 05:14:17 2013 +0000
@@ -1,1 +1,1 @@
-echo 'tail -n +2 $0 | xargs echo; exit 0' >$1;chmod +x $1
+cp bin/emptylist bin/"$1"