Fix variable name copy/paste error in build-installer.py (GH-13038)

This commit is contained in:
cclauss 2019-06-03 05:19:44 +02:00 committed by Ned Deily
parent 01ee12ba35
commit d337169156
1 changed files with 1 additions and 1 deletions

View File

@ -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"))