summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools')
-rwxr-xr-xchrome/tools/build/mac/pkg-dmg2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/build/mac/pkg-dmg b/chrome/tools/build/mac/pkg-dmg
index 7ec117d..3458aab 100755
--- a/chrome/tools/build/mac/pkg-dmg
+++ b/chrome/tools/build/mac/pkg-dmg
@@ -931,7 +931,7 @@ sub diskImageMaker($$$$$$$$) {
$hybridImage = giveExtension($tempDir.'/hybrid', '.dmg');
if(command($gConfig{'cmd_hdiutil'}, 'makehybrid', '-hfs',
- '-hfs-volume-name', $name,
+ '-hfs-volume-name', $name,
($gConfig{'openfolder_bless'} ? ('-hfs-openfolder', $source) : ()),
'-ov', $source, '-o', $hybridImage) != 0) {
cleanupDie('hdiutil makehybrid failed');