one line was missing
This commit is contained in:
parent
aa7dc3e31f
commit
3f71cbb6c5
1 changed files with 2 additions and 1 deletions
|
@ -1230,7 +1230,8 @@ if __name__ == '__main__':
|
||||||
elif svn_src:
|
elif svn_src:
|
||||||
path_to_gajim_script = cwd + '/../scripts/gajim_sm_script'
|
path_to_gajim_script = cwd + '/../scripts/gajim_sm_script'
|
||||||
|
|
||||||
os.remove(path_to_gajim_script)
|
if os.path.exists(path_to_gajim_script):
|
||||||
|
os.remove(path_to_gajim_script)
|
||||||
f = open(path_to_gajim_script, 'w')
|
f = open(path_to_gajim_script, 'w')
|
||||||
script += '\nexec python -OOt gajim.py $0 $@\n'
|
script += '\nexec python -OOt gajim.py $0 $@\n'
|
||||||
f.write(script)
|
f.write(script)
|
||||||
|
|
Loading…
Add table
Reference in a new issue