Mercurial > hg > octave-nkf
view octave-sh @ 5101:9b1af8135ecd
Added tag before-gnuplot-split for changeset 5a92c3177fc6
author | jwe@segfault.lan |
---|---|
date | Fri, 01 Feb 2008 21:16:56 -0500 |
parents | e7e72101b86c |
children |
line wrap: on
line source
#!/bin/sh # # Wrapper for octave for binary installations that can't install # octave in /usr/local/bin. # # The real binary should be installed in as octave.bin, and this file # should be installed in the same directory as octave. if test -n "$LD_LIBRARY_PATH"; then LD_LIBRARY_PATH="@LD_LIBRARY_PATH@:$LD_LIBRARY_PATH" else LD_LIBRARY_PATH="@LD_LIBRARY_PATH@" fi export LD_LIBRARY_PATH OCTAVE_HOME=@OCTAVE_HOME@ export OCTAVE_HOME exec $OCTAVE_HOME/bin/octave.bin $*