FIRE-1031, adjustments to linux start script to allow easier parsing on command line args.

master
Arrehn 2011-08-15 11:09:24 -04:00
parent 4f283f4e18
commit 14014a1dc1
1 changed files with 3 additions and 1 deletions

View File

@ -112,7 +112,9 @@ fi
export SL_ENV='LD_LIBRARY_PATH="`pwd`"/lib:"${LD_LIBRARY_PATH}"'
export SL_CMD='$LL_WRAPPER bin/do-not-directly-run-firestorm-bin'
export SL_OPT="`cat etc/gridargs.dat` $@"
# AO: experimentally removing to allow --settings on the command line w/o error. FIRE-1031
#export SL_OPT="`cat etc/gridargs.dat` $@"
# Run the program
eval ${SL_ENV} ${SL_CMD} ${SL_OPT} || LL_RUN_ERR=runerr