mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
fix(posix): double quote vars that require it
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user