On Wed, Nov 29, 2000 at 02:11:00PM +0900, Daniel C. Sobral wrote:
> Ugh. Evil stuff. Are environment variables starting with digits allowed
> in sh(1)?

Nope:

    $ 3FOO=yes 
    3FOO=yes: not found
    $ export 3FOO=yes
    export: 3FOO: bad variable name



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to