aboutsummaryrefslogtreecommitdiff
path: root/dists/gcw0/scummvm.sh
diff options
context:
space:
mode:
authorEugene Sandulenko2014-10-26 15:41:30 -0400
committerEugene Sandulenko2014-10-26 15:41:30 -0400
commit732f9582fa368b810010cbebe89dc47a1defdba2 (patch)
tree7dc9ad9098d2879bfdc1d7c914e4e68c8ef1256c /dists/gcw0/scummvm.sh
parentd1169beed169a906925ee078fd7439ac455c8b97 (diff)
downloadscummvm-rg350-732f9582fa368b810010cbebe89dc47a1defdba2.tar.gz
scummvm-rg350-732f9582fa368b810010cbebe89dc47a1defdba2.tar.bz2
scummvm-rg350-732f9582fa368b810010cbebe89dc47a1defdba2.zip
GCW0: Remove absolute paths
Diffstat (limited to 'dists/gcw0/scummvm.sh')
-rwxr-xr-xdists/gcw0/scummvm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/gcw0/scummvm.sh b/dists/gcw0/scummvm.sh
index 4ffb429130..c12a3030cc 100755
--- a/dists/gcw0/scummvm.sh
+++ b/dists/gcw0/scummvm.sh
@@ -3,7 +3,7 @@
cd `dirname $0`
if [ ! -f $HOME/.scummvmrc ] ; then
- cp /mnt/ScummVM/scummvmrc $HOME/.scummvmrc
+ cp ./scummvmrc $HOME/.scummvmrc
fi
-exec ./scummvm 2>&1 >$HOME/scummvm.log
+exec ./scummvm