From: Ben Soares Date: Mon, 13 May 2019 14:51:15 +0000 (+0100) Subject: JAL-3247 nogradle option on this mac build/install helper script X-Git-Tag: Release_2_11_0~11^2^2~1 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=efdba96b70db9305d3d0a6a711d5e6690c3cad90;hp=f82b6b6251f9cc35180881d4e5d7e48ca1783783;p=jalview.git JAL-3247 nogradle option on this mac build/install helper script --- diff --git a/utils/dev_macos_install.sh b/utils/dev_macos_install.sh index c4cd94c..5eadf0d 100755 --- a/utils/dev_macos_install.sh +++ b/utils/dev_macos_install.sh @@ -23,8 +23,12 @@ if [ $? = 0 ]; then exit 1 fi echo "Mounting '$DMG' at /Volumes" + N=0 while [ \! -e "/Volumes/$INSTALLERVOL/$APP" ]; do - echo -n "." + if [ $(( N%1000 )) = 0 ]; then + echo -n "." + fi + N=$(( N+1 )) done echo "" fi