fix(utils): remove unnecessary $
from variable in arithmetic
This commit is contained in:
parent
feff3adcf0
commit
0149ffd511
@ -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