Fix variable name copy/paste error in build-installer.py (GH-13038)
This commit is contained in:
parent
01ee12ba35
commit
d337169156
|
@ -1540,7 +1540,7 @@ def buildDMG():
|
|||
print(" -- retrying hdiutil create")
|
||||
time.sleep(5)
|
||||
else:
|
||||
raise RuntimeError("command failed: %s"%(commandline,))
|
||||
raise RuntimeError("command failed: %s"%(cmd,))
|
||||
|
||||
if not os.path.exists(os.path.join(WORKDIR, "mnt")):
|
||||
os.mkdir(os.path.join(WORKDIR, "mnt"))
|
||||
|
|
Loading…
Reference in New Issue