zsh-workers
 help / color / mirror / code / Atom feed
From: Eric Blake <eblake@redhat.com>
To: zsh-workers@zsh.org
Subject: avoid $status and $options in POSIX mode
Date: Fri, 17 Sep 2010 11:33:08 -0600	[thread overview]
Message-ID: <4C93A654.90807@redhat.com> (raw)

POSIX states "The name space of environment variable names containing 
lowercase letters is reserved for applications. Applications can define 
any environment variables with names from this name space without 
modifying the behavior of the standard utilities."
http://www.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08

Yet, the existence of zsh-magic variables like $status and $options 
infringe upon the right of a user's script to use this namespace for 
their own desires.  For example, see this recent autoconf patch:
http://git.sv.gnu.org/cgit/autoconf.git/commit/?id=23a2c336

It would be really nice if 'emulate sh' could disable zsh magic handling 
of any variables that infringe upon the lower-case namespace reserved 
for applications.

-- 
Eric Blake   eblake@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org


             reply	other threads:[~2010-09-17 18:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-17 17:33 Eric Blake [this message]
2010-09-18  3:25 ` Bart Schaefer
2010-09-18  7:25   ` Bart Schaefer
2010-09-19 21:39     ` Bart Schaefer
2010-09-20  8:45       ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C93A654.90807@redhat.com \
    --to=eblake@redhat.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).