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

@@ -20,7 +20,7 @@ __init_syncthing() {
pkg_install() {
# $HOME/.local/opt/syncthing-v1.12.1/bin
mkdir -p "$(dirname $pkg_src_cmd)"
mkdir -p "$(dirname "$pkg_src_cmd")"
# mv ./syncthing* "$HOME/.local/opt/syncthing-v1.12.1/bin/syncthing"
mv ./syncthing*/"$pkg_cmd_name"* "$pkg_src_cmd"