From aad1a51b8c4878eb25172ae556053076b6c24374 Mon Sep 17 00:00:00 2001 From: Joeri van Engelen Date: Sun, 26 Nov 2023 15:53:30 +0100 Subject: [PATCH] Fix cmd invocation --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 075a03a..493b536 100644 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -23,7 +23,7 @@ echo "***** Run the installer *****" chmod +x "${INSTALLER_PATH}" if [[ "$(uname)" == MINGW* ]]; then echo "start /wait \"\" ${INSTALLER_PATH} /InstallationType=JustMe /RegisterPython=0 /S /D=$(cygpath -w "${CONDA_PATH}")" > install.bat - cmd.exe /c install.bat + cmd.exe //c install.bat echo "***** Setup conda *****" # Workaround a conda bug where it uses Unix style separators, but MinGW doesn't understand them