diff options
Diffstat (limited to 'dists/motomagx/mpkg')
-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 |