We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ee12b commit d337169Copy full SHA for d337169
1 file changed
Mac/BuildScript/build-installer.py
@@ -1540,7 +1540,7 @@ def buildDMG():
1540
print(" -- retrying hdiutil create")
1541
time.sleep(5)
1542
else:
1543
- raise RuntimeError("command failed: %s"%(commandline,))
+ raise RuntimeError("command failed: %s"%(cmd,))
1544
1545
if not os.path.exists(os.path.join(WORKDIR, "mnt")):
1546
os.mkdir(os.path.join(WORKDIR, "mnt"))
0 commit comments