From: Stefan Kangas Date: Thu, 2 Dec 2021 17:15:41 +0000 (+0100) Subject: ; update_autogen: Remove -I flag handling completely X-Git-Tag: emacs-29.0.90~3625^2~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf49f6ef656dcb681b904149b2dd95de71ff2668;p=emacs.git ; update_autogen: Remove -I flag handling completely * admin/update_autogen: Fix my previous commit to now completely remove any trace of the -I flag. --- 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 ;;