diff installer-files/octave.vbs @ 3831:1191cff7f132

nsis installer: change file registrations to use octave.vbs * makeinst-script.sh: change file registrations to use octave.vbs * installer-files/octave.vbs: add bin folder to path
author John D
date Wed, 04 Mar 2015 18:37:07 -0500
parents 6daa158a7018
children 74f53761f74d
line wrap: on
line diff
--- a/installer-files/octave.vbs	Wed Mar 04 10:40:22 2015 -0500
+++ b/installer-files/octave.vbs	Wed Mar 04 18:37:07 2015 -0500
@@ -9,7 +9,7 @@
 
 ' set up path to ensure octave bin comes first
 Set wshSystemEnv = wshShell.Environment( "PROCESS" )
-wshSystemEnv("PATH") = OctavePath & ";" & wshSystemEnv("PATH")
+wshSystemEnv("PATH") = OctavePath & "\bin;" & wshSystemEnv("PATH")
 
 ' set terminal type
 wshSystemEnv("TERM") = "cygwin"