We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a7bd3d + 67be8c4 commit b452be0Copy full SHA for b452be0
Documentation/CodingGuidelines
@@ -185,8 +185,8 @@ For shell scripts specifically (not exhaustive):
185
186
- Even though "local" is not part of POSIX, we make heavy use of it
187
in our test suite. We do not use it in scripted Porcelains, and
188
- hopefully nobody starts using "local" before they are reimplemented
189
- in C ;-)
+ hopefully nobody starts using "local" before all shells that matter
+ support it (notably, ksh from AT&T Research does not support it yet).
190
191
- Some versions of shell do not understand "export variable=value",
192
so we write "variable=value" and then "export variable" on two
0 commit comments