mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
fix(utils): remove unnecessary $
from variable in arithmetic
This commit is contained in:
parent
feff3adcf0
commit
0149ffd511
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ let
|
|||
<<'EOF'
|
||||
${toJSON set}
|
||||
EOF
|
||||
(( ! $inherit_errexit_enabled )) && shopt -u inherit_errexit
|
||||
(( ! inherit_errexit_enabled )) && shopt -u inherit_errexit
|
||||
'';
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue