Skip to content

Commit

Permalink
Merge pull request #413 from heplesser/shut_up_wget
Browse files Browse the repository at this point in the history
Stop wget from flooding build log with useless progress information.
  • Loading branch information
lekshmideepu committed Jun 29, 2016
2 parents 758791c + 6acd156 commit d51ed3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -133,7 +133,7 @@ EOF

cd ..
echo "======= CLANG-FORMAT init start ======="
wget http://llvm.org/releases/3.6.2/clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04.tar.xz
wget --no-verbose http://llvm.org/releases/3.6.2/clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04.tar.xz
tar xf clang+llvm-3.6.2-x86_64-linux-gnu-ubuntu-14.04.tar.xz

# copy, not move, since .cache may contain other files in subdirs already
Expand Down

0 comments on commit d51ed3f

Please sign in to comment.