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

This commit is contained in:
andle
2025-02-08 23:07:10 -05:00
parent feff3adcf0
commit 0149ffd511
+1 -1
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
'';
/*