mirror of
https://github.com/whyour/qinglong.git
synced 2026-01-27 18:35:40 +08:00
Add quotes to variable expansions in ql.sh
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
This commit is contained in:
parent
7ea2d362f0
commit
b87fe2ebf0
|
|
@ -5,5 +5,5 @@ if [[ -z "$QL_DIR" ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
dir_shell=$QL_DIR/shell
|
||||
. $dir_shell/update.sh "$@"
|
||||
dir_shell="$QL_DIR/shell"
|
||||
. "$dir_shell/update.sh" "$@"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user