From 81143e7125fdfaf7d8e8a54efb1776886ff8fb3d Mon Sep 17 00:00:00 2001
From: Florent Le Coz <louiz@louiz.org>
Date: Sat, 26 Feb 2011 14:16:19 +0100
Subject: Use exec in launch.sh

---
 launch.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/launch.sh b/launch.sh
index dada7b94..799b92f6 100755
--- a/launch.sh
+++ b/launch.sh
@@ -1,3 +1,4 @@
 #!/usr/bin/env sh
 
-python3 src/poezio.py "$@"
+exec python3 src/poezio.py "$@"
+
-- 
cgit v1.2.3