]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/rados/test_librados_build.sh
import ceph quincy 17.2.6
[ceph.git] / ceph / qa / workunits / rados / test_librados_build.sh
index 2fec7c80d6691bc8c10ff8457d252413af8125fa..207dcb01b7ff922e454981ed9f2c10f264cefe0d 100755 (executable)
@@ -44,7 +44,7 @@ function cleanup () {
 
 function get_sources () {
     for s in $SOURCES ; do
-        curl --progress-bar --output $s ${DL_PREFIX}$s
+        curl --progress-bar --output $s -L ${DL_PREFIX}$s
     done
 }