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

master
Adrien Guatto 13 years ago
parent 8c6926c5bd
commit f077d41e09

@ -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…
Cancel
Save