comparison WWW/NEWS-2.html @ 6653:673686daec87

[project @ 2007-05-22 15:36:09 by jwe]
author jwe
date Tue, 22 May 2007 15:36:10 +0000
parents f60acc8381e7
children
comparison
equal deleted inserted replaced
6652:f92a2b56fd70 6653:673686daec87
951 <p> 951 <p>
952 <li>There is a new built-in variable, EXEC_PATH, which is used as 952 <li>There is a new built-in variable, EXEC_PATH, which is used as
953 the list of directories to search when executing subprograms. Its 953 the list of directories to search when executing subprograms. Its
954 initial value is taken from the environment variable 954 initial value is taken from the environment variable
955 OCTAVE_EXEC_PATH (if it exists) or PATH, but that value can be 955 OCTAVE_EXEC_PATH (if it exists) or PATH, but that value can be
956 overridden by the the command line argument --exec-path PATH, or 956 overridden by the command line argument --exec-path PATH, or
957 by setting the value of EXEC_PATH in a startup script. If the 957 by setting the value of EXEC_PATH in a startup script. If the
958 EXEC_PATH begins (ends) with a colon, the directories 958 EXEC_PATH begins (ends) with a colon, the directories
959 $OCTAVE_HOME/lib/octave/VERSION/exec/ARCH and $OCTAVE_HOME/bin are 959 $OCTAVE_HOME/lib/octave/VERSION/exec/ARCH and $OCTAVE_HOME/bin are
960 prepended (appended) to EXEC_PATH (if you don't specify a value 960 prepended (appended) to EXEC_PATH (if you don't specify a value
961 for EXEC_PATH explicitly, these special directories are prepended 961 for EXEC_PATH explicitly, these special directories are prepended