From 7befb0a51c87521be0d167fe075f6fbf4a0ae8c8 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 9 Oct 2011 21:54:16 -0500 Subject: [PATCH] script/makeworld: option 'v' never added to getopts mask --- script/makeworld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/makeworld b/script/makeworld index 9ce91d1..013c9ae 100755 --- a/script/makeworld +++ b/script/makeworld @@ -107,7 +107,7 @@ CHROOT_DIRTY="" CHROOT_CLEAN="" BUILD_VERBOSE="" -while getopts "m:a:c:hpdq" opt +while getopts "m:a:c:hpdqv" opt do case "${opt}" in m) MAKEOPTS="${MAKEOPTS} ${OPTARG}" ;; -- 2.42.0