Skip to content

Commit a172d70

Browse files
Improve Progress Bar on Apache make and install
1 parent a9bd763 commit a172d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dev-tools/install-apache-2.2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ defaultcolor=$(tput setaf default)
6060
spinner() {
6161
local pid=$!
6262
local delay=0.1
63-
local spinstr=''
63+
local spinstr='*'
6464
while [ "$(ps a | awk '{print $1}' | grep $pid)" ]; do
6565
local temp=${spinstr#?}
6666
printf "${bold}${green}%c" "$spinstr"

0 commit comments

Comments
 (0)