We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fa4f4 commit 0c59b49Copy full SHA for 0c59b49
travis/build-libunwind.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
yum install -y libtool
3
cd
4
-curl -O http://download.savannah.gnu.org/releases/libunwind/libunwind-1.2.tar.gz
+curl -L -O http://download.savannah.gnu.org/releases/libunwind/libunwind-1.2.tar.gz
5
tar xf libunwind-1.2.tar.gz
6
cd libunwind-1.2/
7
./configure
0 commit comments