Skip to content

Commit 74bede0

Browse files
Fix variable name copy/paste error in build-installer.py (GH-13038)
(cherry picked from commit d337169) Co-authored-by: cclauss <cclauss@me.com>
1 parent bfc1f60 commit 74bede0

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
@@ -1553,7 +1553,7 @@ def buildDMG():
15531553
print(" -- retrying hdiutil create")
15541554
time.sleep(5)
15551555
else:
1556-
raise RuntimeError("command failed: %s"%(commandline,))
1556+
raise RuntimeError("command failed: %s"%(cmd,))
15571557

15581558
if not os.path.exists(os.path.join(WORKDIR, "mnt")):
15591559
os.mkdir(os.path.join(WORKDIR, "mnt"))

0 commit comments

Comments
 (0)