fix(posix): double quote vars that require it

This commit is contained in:
AJ ONeal
2022-08-21 03:36:59 +00:00
parent 8ccaf95611
commit a87e38b3e5
33 changed files with 52 additions and 52 deletions

View File

@@ -21,7 +21,7 @@ __init_rg() {
# pkg_install must be defined by every package
pkg_install() {
# ~/.local/opt/rg-v12.1.1/bin
mkdir -p "$(dirname $pkg_src_cmd)"
mkdir -p "$(dirname "$pkg_src_cmd")"
# mv ./ripgrep-*/rg ~/.local/opt/rg-v12.1.1/bin/rg
mv ./ripgrep-*/rg "$pkg_src_cmd"