Zoltán wrote:
zSim-data directory, where the zSim wrapper-script is. I'll change to your suggestion (exec ./zSim.bin), it's better. On my system it works, even if zSim.bin is not in the $PATH. Strange.

Even better would be to make it independent of where the wrapper script is executed from. Say you're in $HOME and execute ./zsim/zsim, the wrapper would try to execute ./zsim and fail.

If you replace that line with "exec `dirname $0`/zsim" is pretty failsafe.

/ulrich
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to