Explorar o código

prereq: fix issue on Darwin

Waldemar Brodkorb %!s(int64=7) %!d(string=hai) anos
pai
achega
45158aa939
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 "