aboutsummaryrefslogtreecommitdiff
path: root/dists/gcw0
diff options
context:
space:
mode:
authorEugene Sandulenko2016-04-10 16:42:14 +0200
committerEugene Sandulenko2016-04-13 22:49:48 +0200
commit5394e08188ac4c090239148f774dd3051a7a961d (patch)
treeac92a7a8f4f3dfeea3dc0f17204323a075282ad2 /dists/gcw0
parent13685d38935a8fd0865bc416946794e1fdcdbddb (diff)
downloadscummvm-rg350-5394e08188ac4c090239148f774dd3051a7a961d.tar.gz
scummvm-rg350-5394e08188ac4c090239148f774dd3051a7a961d.tar.bz2
scummvm-rg350-5394e08188ac4c090239148f774dd3051a7a961d.zip
GCW0: Redirect debug output to log
Diffstat (limited to 'dists/gcw0')
-rwxr-xr-xdists/gcw0/scummvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/gcw0/scummvm.sh b/dists/gcw0/scummvm.sh
index c12a3030cc..7e2bbaf23e 100755
--- a/dists/gcw0/scummvm.sh
+++ b/dists/gcw0/scummvm.sh
@@ -6,4 +6,4 @@ if [ ! -f $HOME/.scummvmrc ] ; then
cp ./scummvmrc $HOME/.scummvmrc
fi
-exec ./scummvm
+exec ./scummvm 2>&1 >/var/tmp/scummvm.log