# HG changeset patch # User HackEso # Date 1573940735 0 # Node ID b86ce25c80f219f1e658839ef6a59fd96d03103d # Parent a7268c15a9649cdd0b46088f5d8ff67e5be46111 sled /hackenv/bin/makelist//s|bin/|$HACKENV/bin/|g diff -r a7268c15a964 -r b86ce25c80f2 bin/makelist --- a/bin/makelist Sat Nov 16 21:45:28 2019 +0000 +++ b/bin/makelist Sat Nov 16 21:45:35 2019 +0000 @@ -1,1 +1,1 @@ -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 +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