From c3a3e0fc81e90dea9629f22cc8e5b0ea891a913e Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Thu, 9 Aug 2001 01:05:15 +0000 Subject: Mention positional parameter issue. --- Etc/STD-TODO | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Etc') 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 --------- -- cgit 1.4.1