Typo fixed
This commit is contained in:
parent
58f8779cd1
commit
a56817c018
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
HEAD=timetest_head.template
|
HEAD=timetest_head.template
|
||||||
TAIL=timetest_tail.template
|
TAIL=timetest_tail.template
|
||||||
# remote the tailing "./" and the extension of this script
|
# remove the tailing "./" and the extension of this script
|
||||||
OUTPUT="$(echo "$0" | sed 's;^./;;' | cut -d'.' -f1).lua"
|
OUTPUT="$(echo "$0" | sed 's;^./;;' | cut -d'.' -f1).lua"
|
||||||
#rename OUTPUT from generate to test
|
#rename OUTPUT from generate to test
|
||||||
OUTPUT="$(echo "$OUTPUT" | sed 's;generate;test;')"
|
OUTPUT="$(echo "$OUTPUT" | sed 's;generate;test;')"
|
||||||
|
Loading…
Reference in New Issue
Block a user