diff options
Diffstat (limited to 'conformance/test')
-rwxr-xr-x | conformance/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conformance/test b/conformance/test index 0bb14ad..6a1d194 100755 --- a/conformance/test +++ b/conformance/test @@ -3,7 +3,7 @@ # use -debug switch to see the debug info into stderr. # use -clean to remove explicit marks before doing diff. -path=`dirname $0` +path=`dirname $(which $0)` if ! test -f "$path/reference/bidiref"; then gcc -o $path/reference/bidiref $path/reference/bidiref.cpp |