From 14f248652c077e291112f456efb8026bc880d27d Mon Sep 17 00:00:00 2001 From: "John W. Parent" <45471568+johnwparent@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:49:16 -0400 Subject: Spack on Windows: fix shell scripts when root contains a space (#39875) Enclose variable tracking root in quotes. --- bin/spack.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/spack.bat') diff --git a/bin/spack.bat b/bin/spack.bat index c9afffb51a..b067256cf9 100644 --- a/bin/spack.bat +++ b/bin/spack.bat @@ -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 -- cgit v1.2.3-70-g09d2