one line was missing

This commit is contained in:
Nikos Kouremenos 2005-09-07 19:47:01 +00:00
parent aa7dc3e31f
commit 3f71cbb6c5

View file

@ -1230,6 +1230,7 @@ if __name__ == '__main__':
elif svn_src:
path_to_gajim_script = cwd + '/../scripts/gajim_sm_script'
if os.path.exists(path_to_gajim_script):
os.remove(path_to_gajim_script)
f = open(path_to_gajim_script, 'w')
script += '\nexec python -OOt gajim.py $0 $@\n'