fix(utils): remove unnecessary $ from variable in arithmetic (#380537)

This commit is contained in:
Kim Lindberger 2025-02-09 07:30:19 +01:00 committed by GitHub
commit 96b88c6846
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -377,7 +377,7 @@ let
<<'EOF'
${toJSON set}
EOF
(( ! $inherit_errexit_enabled )) && shopt -u inherit_errexit
(( ! inherit_errexit_enabled )) && shopt -u inherit_errexit
'';
/*