Make Linux wrapper script return the binaries' exit code

This commit is contained in:
Tom Reynolds 2012-07-15 17:02:41 +00:00
parent 46cc1f18aa
commit 30f79a3205
1 changed files with 2 additions and 0 deletions

View File

@ -280,3 +280,5 @@ findMissingSO "$LDCONFIG" "$GAMEDIR/$LIBDIR/${VLC_LINKEDLIBNAME}" "$VLC_LIBLOOKU
# Create a new date/time indexed log file for every MG run and keep it;
# write output (stout+stderr) both to this file and to the screen
#./megaglest $@ 2>&1 | tee -a /tmp/`date +"%F_%k-%M-%S"`.glest.log 2>&1
exit $?