Fixed heptc to work under MacOSX without depending on GNU coreutils.
This commit is contained in:
parent
8c6926c5bd
commit
f077d41e09
1 changed files with 1 additions and 1 deletions
2
heptc
2
heptc
|
@ -5,7 +5,7 @@ STATUS=0
|
|||
|
||||
RUN_DIR="`pwd`"
|
||||
|
||||
SCRIPT_DIR=`dirname $(readlink -f $0)`
|
||||
SCRIPT_DIR=`dirname $(python -c "import os, sys; print os.path.realpath(\"$0\")")`
|
||||
|
||||
COMPILER_DIR="$SCRIPT_DIR/compiler"
|
||||
COMPILER=heptc.byte
|
||||
|
|
Loading…
Reference in a new issue