mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
Mention positional parameter issue.
This commit is contained in:
parent
184ac00629
commit
c3a3e0fc81
1 changed files with 3 additions and 0 deletions
|
@ -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
|
- 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).
|
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
|
Semantics
|
||||||
---------
|
---------
|
||||||
|
|
Loading…
Reference in a new issue