zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: 3.1.5-pws24: LIBS et al were overwritten by empty values of getconf
@ 1999-06-28 10:12 Andrej Borsenkow
  0 siblings, 0 replies; only message in thread
From: Andrej Borsenkow @ 1999-06-28 10:12 UTC (permalink / raw)
  To: zsh-workers

Zsh did not ignore environment variables because of empty getconf values,
but it still happily overwrote them.

the patch below hopefully fixes it

regards

-- 
------------------------------------------------------------------------
Andrej Borsenkow 		Fax:   +7 (095) 737 2747
Siemens ICP ITS Moscow		Tel:   +7 (095) 737 2723

E-Mail: Andrej.Borsenkow@mow.siemens.ru
-------------------------------------------------------------------------

--- aczsh.m4.org	Wed Jun  9 18:50:06 1999
+++ aczsh.m4	Mon Jun 28 11:28:52 1999
@@ -47,6 +47,8 @@
     eval test '"${'$ac_shellvar'+set}"' = set && ac_set=$ac_shellvar
     ac_getconfs=$ac_getconfs$ac_getconf
     eval ac_test_$ac_shellvar="\$ac_getconf"
+  else
+    eval ac_test_$ac_shellvar="\$$ac_shellvar"
   fi
 done
 case "$ac_result$ac_getconfs" in


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-06-28 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-28 10:12 PATCH: 3.1.5-pws24: LIBS et al were overwritten by empty values of getconf Andrej Borsenkow

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