Linux script fix at exit viewer.

This commit is contained in:
Aleric Inglewood
2013-05-03 00:06:32 +02:00
parent 13e246611d
commit 673e96e829

View File

@@ -154,7 +154,7 @@ export SL_OPT="`cat gridargs.dat` $@"
eval ${SL_ENV} ${SL_CMD} ${SL_OPT} || LL_RUN_ERR=runerr
# Handle any resulting errors
if [ -n "$LL_RUN_ERR" = "runerr" ]; then
if [ -n "$LL_RUN_ERR" ]; then
# generic error running the binary
echo '*** Bad shutdown. ***'
fi