JAL-3247 nogradle option on this mac build/install helper script
[jalview.git] / utils / dev_macos_install.sh
index c4cd94c..5eadf0d 100755 (executable)
@@ -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