Skip to content

Commit

Permalink
get-toolchain.sh: be less verbose.
Browse files Browse the repository at this point in the history
whitequark committed Jul 27, 2015
1 parent d65d303 commit 905abd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/get-toolchain.sh
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ done
for a in $archives
do
wget $a
(cd packages && tar xvf ../$(basename $a))
(cd packages && tar xf ../$(basename $a))
done

export PATH=$PWD/packages/usr/local/llvm-or1k/bin:$PWD/packages/usr/local/bin:$PWD/packages/usr/bin:$PATH

0 comments on commit 905abd6

Please sign in to comment.