changeset 7226:f85e360397fe

<shachaf> revert
author HackBot
date Mon, 14 Mar 2016 18:16:08 +0000
parents a4b7857a62b0
children b1b9a2c7a4f7
files bin/makelist
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/makelist	Mon Mar 14 18:15:41 2016 +0000
+++ b/bin/makelist	Mon Mar 14 18:16:08 2016 +0000
@@ -1,3 +1,1 @@
 cp bin/emptylist bin/"$1"
-shift
-for n in "$@"; do echo "$n" > bin/"$1"; done