zsh-workers
 help / color / mirror / code / Atom feed
* "typeset -x" vs. "export" in 3.1.6
@ 1999-10-23  8:35 Bart Schaefer
  1999-10-23 17:43 ` Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: Bart Schaefer @ 1999-10-23  8:35 UTC (permalink / raw)
  To: zsh-workers

Consider the following two functions:

putenv() { typeset -x $1=$2 }
setenv() { export $1=$2 }

Is it really intentional that they don't have the same behavior?  (They
have the same behavior in every version from 2.5 through 3.0.7, though I
can't say for other stages in the 3.1 chain.)

This is a pretty serious incompatible change.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


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

end of thread, other threads:[~1999-10-24 16:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-23  8:35 "typeset -x" vs. "export" in 3.1.6 Bart Schaefer
1999-10-23 17:43 ` Bart Schaefer
1999-10-24 12:25   ` Alexandre Duret-Lutz
1999-10-24 16:09     ` Bart Schaefer

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