From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id SAA29222 for ; Mon, 23 Sep 1996 18:16:46 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id DAA03401; Mon, 23 Sep 1996 03:40:15 -0400 (EDT) Resent-Date: Mon, 23 Sep 1996 03:40:15 -0400 (EDT) From: Daniel Brahneborg Message-Id: <199609230740.JAA17818@dolphin.abalon.se> Subject: minor bug with ${} To: zsh-workers@math.gatech.edu Date: Mon, 23 Sep 1996 09:40:03 +0200 (MET DST) Cc: basic@abalon.se (Daniel Brahneborg) X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"Ngifp2.0.3r.UxZHo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2155 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi. There is a small bug with nestled ${} in Zsh 3.0.0. This ought to work, but doesn't: a=b b=c echo ${a} echo ${${a}} Both echos print 'b', which is wrong. It behaves the same on all platforms. I'm not a member of this list, so keep me on the Cc: line. \Basic