about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authordana <dana@dana.is>2021-05-03 18:08:11 -0500
committerdana <dana@dana.is>2021-05-03 18:11:38 -0500
commitc23a0d84b029676832ea0f2eeb0caa8c47d0500d (patch)
tree2d404a5367fb6b02b895a53b017d7aa1ffc0ab6e /README
parent2da0d8b52fc90ce82891ae161fe6df89111c5e5c (diff)
downloadzsh-c23a0d84b029676832ea0f2eeb0caa8c47d0500d.tar.gz
zsh-c23a0d84b029676832ea0f2eeb0caa8c47d0500d.tar.xz
zsh-c23a0d84b029676832ea0f2eeb0caa8c47d0500d.zip
48614: getopts: Calculate OPTIND according to POSIX_BUILTINS
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 76bf4ec35..3ef8afcd1 100644
--- a/README
+++ b/README
@@ -99,6 +99,9 @@ emulate sh: When zsh emulates sh, the final command in a pipeline is now run in
 a subshell.  This differs from the behavior in the native (zsh) mode, but is
 consistent with most other sh implementations.
 
+getopts now calculates OPTIND in a similar manner to other shells when the
+POSIX_BUILTINS option is enabled.
+
 Incompatibilities between 5.7.1 and 5.8
 ---------------------------------------