# HG changeset patch # User John D # Date 1476359845 14400 # Node ID 447859733feb6207f1f2d6fe0dc4791f616f236a # Parent b9703b830bf29f5cdada96c1281777aa5a5e4462 Add qt5 to path in cmdshell * installer-files/cmdshell.bat: add qt5\bin to path diff -r b9703b830bf2 -r 447859733feb installer-files/cmdshell.bat --- 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