From f3562be2bbdcf4bd4ccf17bf453dcc23dc25c639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Tue, 30 May 2017 20:41:26 +0000 Subject: build.sh, etc/build.usage: adds -[46]: force IPv[46] when downloading. subr/pre_setup_env.subr: prepend -4 or -6 to ${WGET_ARGS} when -[46] was specified. --- build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index c7e3c0b1..1a86b63a 100755 --- a/build.sh +++ b/build.sh @@ -9,6 +9,8 @@ for __ in subr/*.subr; do . "${__}"; done; set -o noglob; while [ ${#} -gt 0 ]; do case ${1} in +-4) ARG_IPV4_ONLY=1; ;; +-6) ARG_IPV6_ONLY=1; ;; -c) ARG_CLEAN=1; ;; -C) ARG_CHECK_UPDATES=1; ;; -N) ARG_OFFLINE=1; ;; -- cgit v1.2.3