changeset 4232:447859733feb

Add qt5 to path in cmdshell * installer-files/cmdshell.bat: add qt5\bin to path
author John D
date Thu, 13 Oct 2016 07:57:25 -0400
parents b9703b830bf2
children 353adab0f253
files installer-files/cmdshell.bat
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/installer-files/cmdshell.bat	Wed Oct 12 20:17:14 2016 -0400
+++ b/installer-files/cmdshell.bat	Thu Oct 13 07:57:25 2016 -0400
@@ -5,9 +5,10 @@
 Rem   Set up PATH. Make sure the octave bin dir
 Rem   comes first.
 
-set PATH=%OCTAVE_HOME%bin;%PATH%
+set PATH=%OCTAVE_HOME%qt5\bin;%OCTAVE_HOME%bin;%PATH%
 set TERM=cygwin
 set GS=gs.exe
+set GNUTERM=windows
 
 %OCTAVE_HOME%\bin\bash.exe