Skip to content

Commit 4a941e6

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 8766cb7 commit 4a941e6

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
@@ -1538,7 +1538,7 @@ def buildDMG():
15381538
print(" -- retrying hdiutil create")
15391539
time.sleep(5)
15401540
else:
1541-
raise RuntimeError("command failed: %s"%(commandline,))
1541+
raise RuntimeError("command failed: %s"%(cmd,))
15421542

15431543
if not os.path.exists(os.path.join(WORKDIR, "mnt")):
15441544
os.mkdir(os.path.join(WORKDIR, "mnt"))

0 commit comments

Comments
 (0)