Spack on Windows: fix shell scripts when root contains a space (#39875)
Enclose variable tracking root in quotes.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
::
|
||||
@echo off
|
||||
|
||||
set spack=%SPACK_ROOT%\bin\spack
|
||||
set spack="%SPACK_ROOT%"\bin\spack
|
||||
|
||||
::#######################################################################
|
||||
:: This is a wrapper around the spack command that forwards calls to
|
||||
|
Reference in New Issue
Block a user