Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/get_waf.sh

    r80e9efc r3c230fa  
    44set -x
    55
    6 WAFURL=https://waf.io/waf-1.9.6
     6WAFURL=https://waf.io/waf-1.9.12
    77
    88( which wget > /dev/null && wget -qO waf $WAFURL ) || ( which curl > /dev/null && curl $WAFURL > waf )
Note: See TracChangeset for help on using the changeset viewer.