diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-08-09 01:05:15 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-08-09 01:05:15 +0000 |
commit | c3a3e0fc81e90dea9629f22cc8e5b0ea891a913e (patch) | |
tree | 5e619626d52a317d674d53c5b83206826a4407f8 /Etc/STD-TODO | |
parent | 184ac00629f14343f2acbb5b8a95136436b7d579 (diff) | |
download | zsh-c3a3e0fc81e90dea9629f22cc8e5b0ea891a913e.tar.gz zsh-c3a3e0fc81e90dea9629f22cc8e5b0ea891a913e.tar.xz zsh-c3a3e0fc81e90dea9629f22cc8e5b0ea891a913e.zip |
Mention positional parameter issue.
Diffstat (limited to 'Etc/STD-TODO')
-rw-r--r-- | Etc/STD-TODO | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Etc/STD-TODO b/Etc/STD-TODO index 09df95237..df9ff64fd 100644 --- a/Etc/STD-TODO +++ b/Etc/STD-TODO @@ -25,6 +25,9 @@ Equals signs are special inside the parens in a name=(...) assignment: - name=( x=(a b c) y=(e f g) ) is a compound assignment (semantics not yet agreed upon as of this writing, and might not be standardized). +Positional parameter references may not go higher than 9 in POSIX shell +emulation; that is, $12 should be ${1}2, not ${12}. + Semantics --------- |