quotes kill cmd.exe
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6358 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c9394679b8
commit
d8250550ae
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ def run(command, log_level, err, wanted_ret = 0, log_dir = '.'):
|
|||
else:
|
||||
raise ValueError
|
||||
|
||||
ret = os.system(cmd)
|
||||
ret = os.system('if 1==1 ' + cmd)
|
||||
|
||||
# sleep because for some weird reason, running cvs.exe hugs
|
||||
# the release log for some time after os.system returns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue