From a519afe6311c50f294ae3024150ba35d349b6320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9onard=20G=C3=A9rard?= Date: Mon, 27 Jun 2011 11:07:14 +0200 Subject: [PATCH] heptc script fix --- heptc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/heptc b/heptc index b5648c8..13fca73 100755 --- a/heptc +++ b/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