summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
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; ;;