Skip to content

Commit

Permalink
replace readlink -f for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
timbertson committed Sep 10, 2013
1 parent 1b245c3 commit b0eaa85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t
@@ -1,5 +1,6 @@
#!/bin/bash
# shortcut script for running the SJS test suite
set -eu
here="$(dirname "$(readlink -f "$0")")"

here="$(cd "$(dirname "$0")" && pwd)"
"$here/sjs" "$here/test/run.html" "$@"

0 comments on commit b0eaa85

Please sign in to comment.