diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-29 20:53:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-29 20:53:09 +0000 |
commit | 3c0b3629fef3cd2167155ec5ecc3cbe485b2673b (patch) | |
tree | 7a3bd27fa7db2752da8f443cf8fc96a9b446770c /games-action | |
parent | ver bump #34386 (diff) | |
download | historical-3c0b3629fef3cd2167155ec5ecc3cbe485b2673b.tar.gz historical-3c0b3629fef3cd2167155ec5ecc3cbe485b2673b.tar.bz2 historical-3c0b3629fef3cd2167155ec5ecc3cbe485b2673b.zip |
exec
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/armagetron/files/armagetron-0.2.4-r1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/armagetron/files/armagetron-0.2.4-r1.sh b/games-action/armagetron/files/armagetron-0.2.4-r1.sh index a774ee515d37..fe2d1838005e 100644 --- a/games-action/armagetron/files/armagetron-0.2.4-r1.sh +++ b/games-action/armagetron/files/armagetron-0.2.4-r1.sh @@ -6,4 +6,4 @@ if [ ! -e ~/.armagetron ]; then ln -s DATADIR/{arenas,models,moviesounds,textures,language,moviepack,sound} ~/.armagetron/ fi cd ~/.armagetron -BINDIR/armagetron "$@" +exec BINDIR/armagetron "$@" |