heptc script fix
This commit is contained in:
parent
83b0182874
commit
a519afe631
1 changed files with 1 additions and 2 deletions
3
heptc
3
heptc
|
@ -3,8 +3,7 @@
|
|||
|
||||
RUN_DIR="`pwd`"
|
||||
|
||||
|
||||
SCRIPT_DIR="$RUN_DIR/`dirname $0`"
|
||||
SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
|
||||
|
||||
COMPILER_DIR="$SCRIPT_DIR/compiler"
|
||||
COMPILER=heptc.byte
|
||||
|
|
Loading…
Reference in a new issue