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 | 7f6a2bcab1ae11b12607857cc40fd1eb8be55209 (patch) | |
tree | a7ec4126e8b0f391531505eb8a4845bdda28a6cb /games-action/armagetron | |
parent | ver bump #34386 (diff) | |
download | gentoo-2-7f6a2bcab1ae11b12607857cc40fd1eb8be55209.tar.gz gentoo-2-7f6a2bcab1ae11b12607857cc40fd1eb8be55209.tar.bz2 gentoo-2-7f6a2bcab1ae11b12607857cc40fd1eb8be55209.zip |
exec
Diffstat (limited to 'games-action/armagetron')
-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 "$@" |