Skip to content

Commit 8388be9

Browse files
committed
docs(CONTRIBUTING): add version info about process subst in POSIX mode
1 parent a4fbfd4 commit 8388be9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ Also, please bear the following coding guidelines in mind:
108108

109109
- We want our completions to work in `posix` and `nounset` modes.
110110

111-
Unfortunately due to a bash < 5.1 bug, toggling POSIX mode interferes
112-
with keybindings and should not be done. This rules out use of
113-
process substitution which causes syntax errors in POSIX mode.
111+
Unfortunately due to a bash < 5.1 bug, toggling POSIX mode
112+
interferes with keybindings and should not be done. This rules out
113+
use of process substitution which causes syntax errors in POSIX mode
114+
of bash < 5.1.
114115

115116
Instead of toggling `nounset` mode, make sure to test whether
116117
variables are set (e.g. with `[[ -v varname ]]`) or use default

0 commit comments

Comments
 (0)