Linux setup scripts should use quotes around absolute paths to support spaces in pathname

This commit is contained in:
Dan Paulat 2025-06-06 21:57:16 -05:00
parent ad65bcf424
commit c36144bab3
4 changed files with 9 additions and 9 deletions

View file

@ -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"