Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/build/MacOSX/make-dmg-bundle.sh')
-rwxr-xr-xmain/build/MacOSX/make-dmg-bundle.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/build/MacOSX/make-dmg-bundle.sh b/main/build/MacOSX/make-dmg-bundle.sh
index 1b90426365..eac33e3cec 100755
--- a/main/build/MacOSX/make-dmg-bundle.sh
+++ b/main/build/MacOSX/make-dmg-bundle.sh
@@ -79,6 +79,7 @@ for n in `seq 1 5`
do
hdiutil detach "$MOUNT_POINT" && break
if [ $n = 5 ]; then
+ hdiutil detach -force "$MOUNT_POINT"
exit $?
fi
done