From 5e51b4a0898dcc9176513d368d88de259a19c192 Mon Sep 17 00:00:00 2001 From: Tom Reynolds Date: Sun, 12 Feb 2012 01:50:38 +0000 Subject: [PATCH] minor fix to commented out game invocation in Linux wrapper script --- mk/linux/start_megaglest | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mk/linux/start_megaglest b/mk/linux/start_megaglest index a1439510..531bcc80 100755 --- a/mk/linux/start_megaglest +++ b/mk/linux/start_megaglest @@ -263,8 +263,10 @@ findMissingSO "$LDCONFIG" "$GAMEDIR/$LIBDIR/${DL_LINKEDLIBNAME}" "$DL_LIBLOOKUP1 ./megaglest $@ # Other ways to start MegaGlest (for testing purposes) -# Copy output (stout+stderr) both to the screen and to a gzip compressed file -#./megaglest $@ --verbose 2>&1 | tee - | gzip > ~/.megaglest/verbose.log.gz # -# Create a new date/time indexed log file for every MG run and keep it +# Write verbose output (stout+stderr) to a gzip compressed file (only) +#./megaglest $@ --verbose 2>&1 | gzip > ~/.megaglest/verbose.log.gz +# +# 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