From 3cd85ea8986a38b2b8592a948b3e265d2bf7df83 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 22 Jul 2016 05:20:09 +0200 Subject: [PATCH 1/1] scripts/get_waf.sh: use 1.8.22 --- scripts/get_waf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_waf.sh b/scripts/get_waf.sh index e2fbd16..5b41d8d 100755 --- a/scripts/get_waf.sh +++ b/scripts/get_waf.sh @@ -3,7 +3,7 @@ set -e set -x -WAFURL=https://waf.io/waf-1.9.1 +WAFURL=https://waf.io/waf-1.8.22 ( which wget > /dev/null && wget -qO waf $WAFURL ) || ( which curl > /dev/null && curl $WAFURL > waf ) -- 2.11.0