allow space in profile name when running with launch.sh. Fixes #5453
This commit is contained in:
parent
1c137dd6c4
commit
351ddb4718
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd "$(dirname $0)/src"
|
||||
exec python -OOt gajim.py $@
|
||||
exec python -OOt gajim.py "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue