From 2a9400515a370124d1b5b61c36c3639b80bcd5cb Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Wed, 25 Nov 2009 16:50:15 +0100
Subject: [PATCH] allow space in profile name when running with launch.sh.
 Fixes #5453

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

diff --git a/launch.sh b/launch.sh
index bcb9685534..0c73c667c6 100755
--- a/launch.sh
+++ b/launch.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
 cd "$(dirname $0)/src"
-exec python -OOt gajim.py $@
+exec python -OOt gajim.py "$@"
-- 
GitLab