diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-27 19:35:19 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-27 19:35:19 -0400 |
commit | 54d734f6a4f3e13e906e8edb8ce3e10caa4bec25 (patch) | |
tree | abc3e24339c95fb7118d45a8f7d2678ba8de4284 /test | |
parent | 205221226f750700f4a0adc077c94d1185f8dd89 (diff) | |
download | roux-54d734f6a4f3e13e906e8edb8ce3e10caa4bec25.tar.gz |
mac os compatibility fixes in scripts
Diffstat (limited to 'test')
-rwxr-xr-x | test/go.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/go.sh b/test/go.sh index 3f57aaa..d2563d4 100755 --- a/test/go.sh +++ b/test/go.sh @@ -1,6 +1,6 @@ #!/bin/sh -DIR=`readlink -f $0 | xargs dirname` +DIR=`cd $(dirname "$0"); pwd` QBE=$DIR/../src/qbe TMP=/tmp/qbe.zzzz |