From cf49f6ef656dcb681b904149b2dd95de71ff2668 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 2 Dec 2021 18:15:41 +0100 Subject: [PATCH] ; update_autogen: Remove -I flag handling completely * admin/update_autogen: Fix my previous commit to now completely remove any trace of the -I flag. --- admin/update_autogen | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/update_autogen b/admin/update_autogen index ff5a3388861..d83760a5713 100755 --- a/admin/update_autogen +++ b/admin/update_autogen @@ -53,7 +53,7 @@ cd ../ usage () { cat 1>&2 < /dev/null" EXIT -while getopts ":hcfqA:HCIL" option ; do +while getopts ":hcfqA:HCL" option ; do case $option in (h) usage ;; -- 2.39.2