From: Bradley Sepos Date: Mon, 7 May 2018 21:11:22 +0000 (-0400) Subject: scripts: Make mac-toolchain-build dot crawl print only every 15 seconds. X-Git-Tag: 1.2.0~484 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1fd5d9848bf9af409925d4c99641786e49c6045;p=handbrake scripts: Make mac-toolchain-build dot crawl print only every 15 seconds. --- diff --git a/scripts/mac-toolchain-build b/scripts/mac-toolchain-build index 9755decf7..ac93bf2c5 100755 --- a/scripts/mac-toolchain-build +++ b/scripts/mac-toolchain-build @@ -5,7 +5,7 @@ function display_progress { local str="" while [ "$(ps a | awk '{print $1}' | grep ${1})" ]; do printf "%c" "$str" - sleep 5 + sleep 15 str="." done }