149268a795
- Fix the usage of 'python' to get rid of the implicit lang/python dependency - Change iceicepenguin.in Approved by: pawel / wg (mentors, implicit)
7 lines
89 B
Bash
7 lines
89 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
exec %%PYTHON_CMD%% ./iceicepengui.py "${@}"
|