mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:20:05 +00:00
Linux setup scripts should use quotes around absolute paths to support spaces in pathname
This commit is contained in:
parent
ad65bcf424
commit
c36144bab3
4 changed files with 9 additions and 9 deletions
|
|
@ -12,4 +12,4 @@ export qt_arch=gcc_64
|
|||
[ "${3:-}" = "none" ] && unset venv_path || export venv_path="$(readlink -f "${3:-${script_dir}/../.venv}")"
|
||||
|
||||
# Perform common setup
|
||||
${script_dir}/lib/setup-common.sh
|
||||
"${script_dir}/lib/setup-common.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue