Skip to content

Commit

Permalink
Oops fixing a typo that has spaces where a tab should be...
Browse files Browse the repository at this point in the history
  • Loading branch information
rbdavison committed Dec 22, 2011
1 parent 05f2359 commit bd29cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-dmg
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ fi
# Create the image
echo "Creating disk image..."
test -f "${DMG_TEMP_NAME}" && rm -f "${DMG_TEMP_NAME}"
ACTUAL_SIZE=`du -sm dmg | sed -e 's/ .*//g'`
ACTUAL_SIZE=`du -sm dmg | sed -e 's/ .*//g'`
DISK_IMAGE_SIZE=$(expr $ACTUAL_SIZE + 20)
hdiutil create -srcfolder "$SRC_FOLDER" -volname "${VOLUME_NAME}" -fs HFS+ -fsargs "-c c=64,a=16,e=16" -format UDRW -size ${DISK_IMAGE_SIZE}m "${DMG_TEMP_NAME}"

Expand Down

0 comments on commit bd29cc7

Please sign in to comment.