Use exec in launch.sh

This commit is contained in:
Florent Le Coz 2011-02-26 14:16:19 +01:00
parent 8be400792a
commit 81143e7125

View file

@ -1,3 +1,4 @@
#!/usr/bin/env sh
python3 src/poezio.py "$@"
exec python3 src/poezio.py "$@"