Mercurial > hg > octave-nkf
view octave-sh @ 5070:1e6f653ef1e3 ss-2-1-61
[project @ 2004-11-06 00:33:38 by jwe]
author | jwe |
---|---|
date | Sat, 06 Nov 2004 00:33:38 +0000 |
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 $*