about summary refs log tree commit diff
path: root/bin/__dispatch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/__dispatch.sh')
-rwxr-xr-xbin/__dispatch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh
index ce10f13370..e8d54fec39 100755
--- a/bin/__dispatch.sh
+++ b/bin/__dispatch.sh
@@ -6,8 +6,8 @@
 # to the key in nixpkgs which represents the program you want to run.
 set -ueo pipefail
 
-readonly REPO_ROOT=$(dirname $0)/..
-TARGET_TOOL=$(basename $0)
+readonly REPO_ROOT=$(dirname "$0")/..
+TARGET_TOOL=$(basename "$0")
 
 case "${TARGET_TOOL}" in
   terraform)