summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/spack.bat4
-rw-r--r--bin/spack_cmd.bat8
2 files changed, 9 insertions, 3 deletions
diff --git a/bin/spack.bat b/bin/spack.bat
index 3b6b7905a4..4781c42702 100644
--- a/bin/spack.bat
+++ b/bin/spack.bat
@@ -187,7 +187,7 @@ python "%spack%" %_sp_flags% %_sp_subcommand% %_sp_args%
goto :end_switch
:end_switch
-exit /B 0
+exit /B %ERRORLEVEL%
::########################################################################
@@ -220,4 +220,4 @@ for %%I in (%~2) do (
:pathadd "%~1" "%%I\%%Z"
)
)
-exit /B 0 \ No newline at end of file
+exit /B %ERRORLEVEL% \ No newline at end of file
diff --git a/bin/spack_cmd.bat b/bin/spack_cmd.bat
index 6d851d5311..5ba685fa46 100644
--- a/bin/spack_cmd.bat
+++ b/bin/spack_cmd.bat
@@ -14,8 +14,9 @@ popd
:: Check if Python is on the PATH
+if not defined python_pf_ver (
(for /f "delims=" %%F in ('where python.exe') do (set python_pf_ver=%%F) ) 2> NUL
-
+)
if not defined python_pf_ver (
:: If not, look for Python from the Spack installer
:get_builtin
@@ -58,4 +59,9 @@ DOSKEY spacktivate=spack env activate $*
@echo ** Spack Package Manager
@echo **********************************************************************
+IF "%1"=="" GOTO CONTINUE
+set
+GOTO:EOF
+
+:continue
%comspec% /k