Skip to content

Commit d337169

Browse files
cclaussned-deily
authored andcommitted
Fix variable name copy/paste error in build-installer.py (GH-13038)
1 parent 01ee12b commit d337169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ def buildDMG():
15401540
print(" -- retrying hdiutil create")
15411541
time.sleep(5)
15421542
else:
1543-
raise RuntimeError("command failed: %s"%(commandline,))
1543+
raise RuntimeError("command failed: %s"%(cmd,))
15441544

15451545
if not os.path.exists(os.path.join(WORKDIR, "mnt")):
15461546
os.mkdir(os.path.join(WORKDIR, "mnt"))

0 commit comments

Comments
 (0)