diff options
author | Eugene Sandulenko | 2016-04-10 16:42:14 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-04-13 22:49:48 +0200 |
commit | 5394e08188ac4c090239148f774dd3051a7a961d (patch) | |
tree | ac92a7a8f4f3dfeea3dc0f17204323a075282ad2 /dists/gcw0 | |
parent | 13685d38935a8fd0865bc416946794e1fdcdbddb (diff) | |
download | scummvm-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-x | dists/gcw0/scummvm.sh | 2 |
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 |