diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-18 17:51:19 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-01-19 07:40:40 +0100 |
commit | b15ba54b9f1de3a5c71d3e221b2ced4c13916530 (patch) | |
tree | 54584b8b29c6f45621cf1437c079e6c354000e87 /testsuite/sanity | |
parent | 58186fa3774292a384a1a2b57ce965fd0e947544 (diff) | |
download | ghdl-b15ba54b9f1de3a5c71d3e221b2ced4c13916530.tar.gz ghdl-b15ba54b9f1de3a5c71d3e221b2ced4c13916530.tar.bz2 ghdl-b15ba54b9f1de3a5c71d3e221b2ced4c13916530.zip |
testsuite: address bash linting issues
Diffstat (limited to 'testsuite/sanity')
-rwxr-xr-x | testsuite/sanity/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/sanity/testsuite.sh b/testsuite/sanity/testsuite.sh index 54d265d37..524e3fcad 100755 --- a/testsuite/sanity/testsuite.sh +++ b/testsuite/sanity/testsuite.sh @@ -2,4 +2,4 @@ set -e -`dirname $0`/../suite_driver.sh sanity $@ +$(dirname "$0")/../suite_driver.sh sanity $@ |