From: Eugene Syromiatnikov Date: Thu, 24 Jul 2025 15:33:14 +0000 (+0200) Subject: util/ctags.sh: tfix in a "set --" call X-Git-Tag: openssl-3.6.0-alpha1~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14737252a1e6a689bc8a681fd45a943429d2e500;p=thirdparty%2Fopenssl.git util/ctags.sh: tfix in a "set --" call Signed-off-by: Eugene Syromiatnikov Reviewed-by: Saša Nedvědický Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28059) --- diff --git a/util/ctags.sh b/util/ctags.sh index 60fa5369297..6dadb4092ab 100755 --- a/util/ctags.sh +++ b/util/ctags.sh @@ -26,7 +26,7 @@ if ! type "${CTAGS}" > /dev/null; then fi if [ $# -eq 0 ]; then - set - -R + set -- -R fi if ! "${CTAGS}" --version | grep -q "Universal Ctags"; then