summaryrefslogtreecommitdiff
path: root/.ci/scripts/test_synapse_port_db.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/scripts/test_synapse_port_db.sh')
-rwxr-xr-x.ci/scripts/test_synapse_port_db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/test_synapse_port_db.sh b/.ci/scripts/test_synapse_port_db.sh
index 50115b30..797904e6 100755
--- a/.ci/scripts/test_synapse_port_db.sh
+++ b/.ci/scripts/test_synapse_port_db.sh
@@ -7,7 +7,7 @@
set -xe
-cd `dirname $0`/../..
+cd "$(dirname "$0")/../.."
echo "--- Install dependencies"