]> git.ozlabs.org Git - next-scripts/blobdiff - common.sh
start of shellcheck fixes
[next-scripts] / common.sh
index cb720a87adcfba4d6ec7e820aae6af3cb1217127..cd683a58f98de8bfd470a053b5f1cacac106eb0f 100644 (file)
--- a/common.sh
+++ b/common.sh
@@ -6,7 +6,7 @@
 [ "$_next_common_included" ] && return 0
 _next_common_included=1
 
-bin_dir="$(dirname $0)"
+bin_dir=$(dirname "$0")
 
 LOG_FILE="../merge.log"
 SHA1_FILE="../SHA1s"