Skip to content
Snippets Groups Projects
Commit 572b1c65 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: avoid exotic options on wget

parent 63f12e44
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ echo 'Usage: '$0' <download_directory> <archive_output_directory>' ...@@ -9,7 +9,7 @@ echo 'Usage: '$0' <download_directory> <archive_output_directory>'
exit 1 exit 1
fi fi
WGET="wget -nv -q --show-progress --progress=bar" WGET="wget -nv -q"
SB_CMAKE_DIR_REL=$(dirname $0)/../../SuperBuild/CMake SB_CMAKE_DIR_REL=$(dirname $0)/../../SuperBuild/CMake
SB_CMAKE_DIR=$(readlink -f ${SB_CMAKE_DIR_REL}) SB_CMAKE_DIR=$(readlink -f ${SB_CMAKE_DIR_REL})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment