# HG changeset patch # User HackEso # Date 1573940769 0 # Node ID 5e74c372b0979145d762b856cc3f2f184a4388eb # Parent b86ce25c80f219f1e658839ef6a59fd96d03103d sled /hackenv/bin/makelist//s|$HACKENV/$HACKENV/|$HACKENV/| diff -r b86ce25c80f2 -r 5e74c372b097 bin/makelist --- a/bin/makelist Sat Nov 16 21:45:35 2019 +0000 +++ b/bin/makelist Sat Nov 16 21:46:09 2019 +0000 @@ -1,1 +1,1 @@ -if [[ "$1" == *" "* ]]; then exec makelist $@; fi; name="$1"; file="$HACKENV/$HACKENV/bin/$name"; makelistlist "$name"; shift; cp $HACKENV/bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done +if [[ "$1" == *" "* ]]; then exec makelist $@; fi; name="$1"; file="$HACKENV/bin/$name"; makelistlist "$name"; shift; cp $HACKENV/bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done