diff options
Diffstat (limited to 'cpp/demo/IceGrid/secure/expect.py')
-rwxr-xr-x | cpp/demo/IceGrid/secure/expect.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/demo/IceGrid/secure/expect.py b/cpp/demo/IceGrid/secure/expect.py index e2da0b55107..2d5c1aaa520 100755 --- a/cpp/demo/IceGrid/secure/expect.py +++ b/cpp/demo/IceGrid/secure/expect.py @@ -42,8 +42,7 @@ elif os.path.isdir(os.path.join(path[0], "cpp")): command = 'python -u makecerts.py' if icecaPath != "": - command += " --iceca=" + os.path.join(icecaPath, "bin", "iceca") - + command += ' --iceca="%s"' % os.path.join(icecaPath, "bin", "iceca") print command print "creating certificates...", |