Browse Source

prereq: fix issue on Darwin

Waldemar Brodkorb 7 years ago
parent
commit
45158aa939
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/prereq.sh

+ 1 - 1
scripts/prereq.sh

@@ -49,7 +49,7 @@ for tool in $tools; do
     printf "found\n"
     case $tool in
       curl)
-          FETCHCMD="$(which $tool) -L -k -f -\# -o "
+          FETCHCMD="$(which $tool) --progress-bar -L -k -f -o "
         ;;
       wget)
           FETCHCMD="$(which $tool) --no-check-certificate -O "