zsh-workers
 help / color / mirror / code / Atom feed
From: guillaum@clipper.ens.fr (Florent Guillaume)
To: zsh-workers@math.gatech.edu
Subject: IFS problem
Date: Tue, 30 Apr 1996 17:51:07 +0200 (MET DST)	[thread overview]
Message-ID: <199604301551.RAA19638@clipper.ens.fr> (raw)

I have a problem with IFS :

	var="a%b%c"
	OIFS=$IFS
	IFS='%'; set - $var; IFS=$OIFS
	echo $#

returns 3 under sh, ksh, bash 1.14.3
but 1 under zsh 2.6.beta15

Is it a known bug ?

-- Florent



             reply	other threads:[~1996-04-30 16:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-04-30 15:51 Florent Guillaume [this message]
1996-04-30 17:19 ` Zefram

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=199604301551.RAA19638@clipper.ens.fr \
    --to=guillaum@clipper.ens.fr \
    --cc=zsh-workers@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).