kustomzone / plush

Plush is a browser-based shell or terminal.
Apache License 2.0
0 stars 0 forks source link

readonly and export accept non-variable names #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This should fail:

    readonly 7=september

There is a definition of what is an acceptable name in §3.230 from the Posix 
Definitions:

    "In the shell command language, a word consisting solely of underscores, digits, and alphabetics from the portable character set. The first character of a name is not a digit."

Original issue reported on code.google.com by mark.len...@gmail.com on 19 Nov 2012 at 4:00

GoogleCodeExporter commented 9 years ago

Original comment by mzero@google.com on 29 Dec 2012 at 1:17