comparison installer-files/octave.bat @ 4153:908a2a0cf6d6

octave.vbs: set GNUTERM env variable (Bug #47994) * installer-files/octave.bat: set GNUTERM=windows * installer-files/octave.vbs: set GNUTERM=windows
author John Donoghue
date Wed, 01 Jun 2016 07:58:16 -0400
parents fbc5d86517c9
children cc549d1865cb
comparison
equal deleted inserted replaced
4152:2c8182e063cc 4153:908a2a0cf6d6
12 set PATH=%OCT_HOME%bin;%PATH% 12 set PATH=%OCT_HOME%bin;%PATH%
13 13
14 Rem Set up any environment vars we may need 14 Rem Set up any environment vars we may need
15 15
16 set TERM=cygwin 16 set TERM=cygwin
17 set GNUTERM=windows
17 18
18 Rem Check for args to see if we are told to start GUI 19 Rem Check for args to see if we are told to start GUI
19 Rem with the --force-gui option or not (--no-gui) 20 Rem with the --force-gui option or not (--no-gui)
20 Rem Otherwise assume starting as command line 21 Rem Otherwise assume starting as command line
21 set GUI_MODE=1 22 set GUI_MODE=1