Fixed heptc to work under MacOSX without depending on GNU coreutils.

This commit is contained in:
Adrien Guatto 2011-12-05 11:31:58 +01:00
parent 8c6926c5bd
commit f077d41e09

2
heptc
View file

@ -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