allow space in profile name when running with launch.sh. Fixes #5453

This commit is contained in:
Yann Leboulanger 2009-11-25 16:50:15 +01:00
parent 1c137dd6c4
commit 351ddb4718

View file

@ -1,3 +1,3 @@
#!/bin/sh
cd "$(dirname $0)/src"
exec python -OOt gajim.py $@
exec python -OOt gajim.py "$@"