# HG changeset patch # User HackEso # Date 1573940728 0 # Node ID a7268c15a9649cdd0b46088f5d8ff67e5be46111 # Parent c0ca62b3c6689c23a276bd0ef8b2f21ec713fcc9 sled /hackenv/bin/makelist//s|bin/|$HACKENV/bin/| diff -r c0ca62b3c668 -r a7268c15a964 bin/makelist --- a/bin/makelist Sat Nov 16 21:44:38 2019 +0000 +++ b/bin/makelist Sat Nov 16 21:45:28 2019 +0000 @@ -1,1 +1,1 @@ -if [[ "$1" == *" "* ]]; then exec makelist $@; fi; name="$1"; file="bin/$name"; makelistlist "$name"; shift; cp 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 bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done