zsh-users
 help / color / mirror / code / Atom feed
From: "John Cooper" <John.Cooper@citrix.com>
To: zsh-users@math.gatech.edu
Subject: array/variable inconsistency
Date: 04 Feb 1999 15:59:39 +0000	[thread overview]
Message-ID: <uzp6u9n2s.fsf@TENDLE.citrix.com> (raw)

[I use zsh on NT, version 3.0.5-nt-beta-0.54]

When I set path as an array, the value is reflected in the uppercase PATH
environment variable:

    $ path=(one two three)
    $ echo $PATH
    one;two;three
    $

However, this doesn't work for (most) other variables:

    $ classpath=(one two three)
    $ echo $CLASSPATH
    c:/jdk1.1.7B/lib/classes.zip;.


How can I arrange for this to work with for my CLASSPATH example?

[please copy me on any responses, as I'm not on the mailing list]

Thanks,

    --- John



             reply	other threads:[~1999-02-04 15:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-02-04 15:59 John Cooper [this message]
1999-02-04 16:30 Bart Schaefer

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=uzp6u9n2s.fsf@TENDLE.citrix.com \
    --to=john.cooper@citrix.com \
    --cc=zsh-users@math.gatech.edu \
    /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).