From 95a27d4e82bcae866b1fbe8c7bacc7e882225430 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Fri, 10 Aug 2012 08:47:44 -0500 Subject: [PATCH] script/makeworld: option s missing from getopts --- script/makeworld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/makeworld b/script/makeworld index 83cc800..7ee9355 100755 --- a/script/makeworld +++ b/script/makeworld @@ -107,7 +107,7 @@ CHROOT_DIRTY="" CHROOT_CLEAN="" BUILD_VERBOSE="" -while getopts "m:a:c:hpdqv" opt +while getopts "m:a:c:s:hpdqv" opt do case "${opt}" in m) MAKEOPTS="${MAKEOPTS} ${OPTARG}" ;; -- 2.42.0