mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
Mention positional parameter issue.
This commit is contained in:
parent
184ac00629
commit
c3a3e0fc81
@ -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
|
||||
---------
|
||||
|
Loading…
Reference in New Issue
Block a user