Typo fixed

This commit is contained in:
ollo 2016-04-17 16:21:01 +02:00
parent 58f8779cd1
commit a56817c018

View File

@ -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;')"