diff options
author | Andre Heider | 2009-09-01 20:57:29 +0000 |
---|---|---|
committer | Andre Heider | 2009-09-01 20:57:29 +0000 |
commit | aeb1c39f47052945037ad792038eaabe0f197843 (patch) | |
tree | 9bac6f9a062b946275f89a9f892676571dcb99f5 | |
parent | da34dfcd659fe39fd51f22c03f616802216f4b89 (diff) | |
download | scummvm-rg350-aeb1c39f47052945037ad792038eaabe0f197843.tar.gz scummvm-rg350-aeb1c39f47052945037ad792038eaabe0f197843.tar.bz2 scummvm-rg350-aeb1c39f47052945037ad792038eaabe0f197843.zip |
Patch #2848546: motomagx-mpkg-fix
svn-id: r43898
-rwxr-xr-x | dists/motomagx/mpkg/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/motomagx/mpkg/run.sh b/dists/motomagx/mpkg/run.sh index d79031071d..bfbd6000d6 100755 --- a/dists/motomagx/mpkg/run.sh +++ b/dists/motomagx/mpkg/run.sh @@ -7,4 +7,4 @@ export HOME=/$DIR cd $DIR rm /mmc/mmca1/.system/mySDL.cfg cp $DIR/mySDL.cfg /mmc/mmca1/.system/mySDL.cfg -./scummvm --path=$DIR --gfx-mode=1x > $DIR/scummvm.log +exec $DIR/scummvm --path=$DIR --gfx-mode=1x > $DIR/scummvm.log |