From 673e96e8298f68a59bd48286cc507348ae5c7f56 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Fri, 3 May 2013 00:06:32 +0200 Subject: [PATCH] Linux script fix at exit viewer. --- indra/newview/linux_tools/wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/linux_tools/wrapper.sh b/indra/newview/linux_tools/wrapper.sh index ff7fc48ae..d73fbc766 100755 --- a/indra/newview/linux_tools/wrapper.sh +++ b/indra/newview/linux_tools/wrapper.sh @@ -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