Changeset 5cf88ad8278628c299db8afcae3c1bff922b64b8

Show
Ignore:
Timestamp:
18/05/07 20:41:13 (2 years ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1179513673 +0000
git-parent:

[aaa92c22917f17a1ce1bb3a57774d4a0cb67ae61]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1179513673 +0000
Message:

Contrib: Make sure curl follow "Location:". (Fix Mac OS X Nightlies)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/bootstrap

    r17497a6 r5cf88ad  
    231231 
    232232if which curl >/dev/null; then 
    233     echo "WGET = curl -O" >> config.mak 
     233    echo "WGET = curl -L -O" >> config.mak 
    234234elif wget --version >/dev/null 2>&1; then 
    235235    echo "WGET = wget" >> config.mak