diff options
Diffstat (limited to 'testsuite/synth/testsuite.sh')
-rwxr-xr-x | testsuite/synth/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/testsuite.sh b/testsuite/synth/testsuite.sh index 76e3a7a32..08ed7f9db 100755 --- a/testsuite/synth/testsuite.sh +++ b/testsuite/synth/testsuite.sh @@ -2,4 +2,4 @@ set -e -`dirname $0`/../suite_driver.sh synth $@ +$(dirname "$0")/../suite_driver.sh synth $@ |