diff --git a/mk/linux/start_megaglest b/mk/linux/start_megaglest index 924aed09..2de22883 100755 --- a/mk/linux/start_megaglest +++ b/mk/linux/start_megaglest @@ -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 $?