fix(utils): remove unnecessary $ from variable in arithmetic (#380537)
This commit is contained in:
commit
96b88c6846
@ -377,7 +377,7 @@ let
|
||||
<<'EOF'
|
||||
${toJSON set}
|
||||
EOF
|
||||
(( ! $inherit_errexit_enabled )) && shopt -u inherit_errexit
|
||||
(( ! inherit_errexit_enabled )) && shopt -u inherit_errexit
|
||||
'';
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user