From 916eefa9dcdb6c701a6cbb96bc922d4f5173616f Mon Sep 17 00:00:00 2001 From: Jan-Willem Blokland Date: Fri, 25 Aug 2023 11:44:33 +0200 Subject: [PATCH] build_vol_cmake.sh: (fix) -G flag - Re-introduced the -G flag in the optspec variable which I accidentally removed in a previous commit. --- build_vol_cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_vol_cmake.sh b/build_vol_cmake.sh index 371ee60b..bd2eb1f7 100755 --- a/build_vol_cmake.sh +++ b/build_vol_cmake.sh @@ -96,7 +96,7 @@ usage() echo } -optspec=":hctdmst:H:C:Y:B:P:-" +optspec=":hctdmstG:H:C:Y:B:P:-" while getopts "$optspec" optchar; do case "${optchar}" in h)