# HG changeset patch # User John Donoghue # Date 1568143642 14400 # Node ID d755e64f02f7b5ec035ef1d62433e6e4c5ba4ba7 # Parent f0fb4aebfcd0b33d9160ccbcfdf86c626fff0b1c * installer-files/post-install.bat: quotes around comman names in install script diff -r f0fb4aebfcd0 -r d755e64f02f7 installer-files/post-install.bat --- 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"