Strabon

changeset 220:92abbe36feab

removed usage of readlink for portability purposes in MAC OS X.
author Babis Nikolaou <charnik@di.uoa.gr>
date Fri Jun 01 02:11:51 2012 +0300 (2012-06-01)
parents aa01c5a89aa6
children a4c2938dbcda
files scripts/strabon
line diff
     1.1 --- a/scripts/strabon	Thu May 31 21:56:48 2012 +0300
     1.2 +++ b/scripts/strabon	Fri Jun 01 02:11:51 2012 +0300
     1.3 @@ -9,7 +9,7 @@
     1.4  # absolute directory name of this command
     1.5  LOC="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
     1.6  
     1.7 -RUNTIME="`readlink -f ${LOC}/../runtime`"
     1.8 +RUNTIME="${LOC}/../runtime"
     1.9  
    1.10  function help() {
    1.11  	echo "Usage: `basename ${0}` [OPTIONS] COMMAND ARGS"