diff options
-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 5ad7a8579a..4ffb429130 100755 --- a/dists/gcw0/scummvm.sh +++ b/dists/gcw0/scummvm.sh @@ -6,4 +6,4 @@ if [ ! -f $HOME/.scummvmrc ] ; then cp /mnt/ScummVM/scummvmrc $HOME/.scummvmrc fi -exec ./scummvm +exec ./scummvm 2>&1 >$HOME/scummvm.log |