zsh-workers
 help / color / mirror / code / Atom feed
* IFS problem
@ 1996-04-30 15:51 Florent Guillaume
  1996-04-30 17:19 ` Zefram
  0 siblings, 1 reply; 2+ messages in thread
From: Florent Guillaume @ 1996-04-30 15:51 UTC (permalink / raw)
  To: zsh-workers

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-04-30 17:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-04-30 15:51 IFS problem Florent Guillaume
1996-04-30 17:19 ` Zefram

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).