fix(posix): double quote vars that require it

This commit is contained in:
AJ ONeal
2022-08-21 03:46:19 +00:00
parent 8ccaf95611
commit a87e38b3e5
33 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ __init_shellcheck() {
# pkg_install must be defined by every package
pkg_install() {
# ~/.local/opt/shellcheck-v0.99.9/bin
mkdir -p "$(dirname $pkg_src_cmd)"
mkdir -p "$(dirname "$pkg_src_cmd")"
# mv ./shellcheck-*/shellcheck ~/.local/opt/shellcheck-v0.99.9/bin/shellcheck
mv ./shellcheck-*/shellcheck "$pkg_src_cmd"