diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-11-29 22:26:25 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-11-29 22:26:25 +0000 |
commit | c3e93f2e81b4fd682c984b454659cb88cccbd31a (patch) | |
tree | d70d00dc613662ef77e014cf6a6bf09afab0d5a8 /games/tuxfighter/files | |
parent | cc60f2572de6995910fd1026860008b157d69d7b (diff) |
Notes
Diffstat (limited to 'games/tuxfighter/files')
-rw-r--r-- | games/tuxfighter/files/tuxfighter.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tuxfighter/files/tuxfighter.in b/games/tuxfighter/files/tuxfighter.in index 1e97cfc238eb..c12fe8ec787a 100644 --- a/games/tuxfighter/files/tuxfighter.in +++ b/games/tuxfighter/files/tuxfighter.in @@ -4,4 +4,4 @@ # cd "%%DATADIR%%" -exec ./TuxFighter54.py "${@}" +exec %%PYTHON_CMD%% ./TuxFighter54.py "${@}" |