]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
util/ctags.sh: tfix in a "set --" call
authorEugene Syromiatnikov <esyr@openssl.org>
Thu, 24 Jul 2025 15:33:14 +0000 (17:33 +0200)
committerNeil Horman <nhorman@openssl.org>
Fri, 8 Aug 2025 16:22:10 +0000 (12:22 -0400)
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28059)

util/ctags.sh

index 60fa5369297cc8921aec08892afe9b0fa49a9dc4..6dadb4092ab2664cb83de0c4619133818f455881 100755 (executable)
@@ -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