changeset 5162:d755e64f02f7

* installer-files/post-install.bat: quotes around comman names in install script
author John Donoghue
date Tue, 10 Sep 2019 15:27:22 -0400
parents f0fb4aebfcd0
children 7719c7c7e60a
files installer-files/post-install.bat
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/installer-files/post-install.bat	Fri Sep 06 09:57:32 2019 -0400
+++ b/installer-files/post-install.bat	Tue Sep 10 15:27:22 2019 -0400
@@ -23,9 +23,9 @@
 
 Rem run bash to to regitser the initial envorinment
 echo "Setting up MSYS system ..."
-%MSYSDIR%\bin\bash.exe --login -c echo
+"%MSYSDIR%\bin\bash.exe" --login -c echo
 echo "Updating fc-cache (may take a while) ..."
-%OCTAVE_HOME%\bin\fc-cache.exe -v
+"%OCTAVE_HOME%\bin\fc-cache.exe" -v
 echo "Updating octave packages ..."
-%OCTAVE_HOME%\bin\octave.bat --no-gui -W -H -f -q --eval "pkg rebuild"
+"%OCTAVE_HOME%\bin\octave.bat" --no-gui -W -H -f -q --eval "pkg rebuild"