From f4b20a1cc3e4526499823355a86cbcf28ea849f0 Mon Sep 17 00:00:00 2001 From: Stefan Graupner Date: Wed, 17 May 2017 16:58:45 +0200 Subject: [PATCH] Re-add comment about hdiutil output --- manual tests/4 standalone binaries/build_osx_package.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual tests/4 standalone binaries/build_osx_package.sh b/manual tests/4 standalone binaries/build_osx_package.sh index f452d519d..eb4ec38c1 100755 --- a/manual tests/4 standalone binaries/build_osx_package.sh +++ b/manual tests/4 standalone binaries/build_osx_package.sh @@ -11,6 +11,8 @@ gunzip < template.dmg.gz > working.dmg hdiutil attach working.dmg -noautoopen -quiet -mountpoint mnttmp rm -rf mnttmp/myapp.app mv /tmp/myapp.app mnttmp +# NOTE: output of hdiutil changes every now and then. +# Verify that this is still working. hdiutil detach $(hdiutil info|grep "mnttmp"|awk '{print $1}') rm -rf mnttmp rm -f myapp.dmg