index
:
poezio
ci-test
keepalive-log
main
new-tabs
no-resource
pubsub
roezio
self-ping
slix
slots_test
test-ci
v0.12-fixes
v0.8-fixes
xdg-desktop-portal
console XMPP client in python3
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
launch.sh
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'launch.sh')
-rwxr-xr-x
launch.sh
3
1 files changed, 2 insertions, 1 deletions
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 "$@"
+