Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Obsolete comment in B02typeset



Unless I'm missing something, -x no longer implies -g, and hasn't for a
long time.  See the "scope12" test.


diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst
index 2b8e544..0aa16d2 100644
--- a/Test/B02typeset.ztst
+++ b/Test/B02typeset.ztst
@@ -4,7 +4,7 @@
 
 # Equivalences:
 #  declare	typeset
-#  export	typeset -x		and typeset -x implies -g
+#  export	typeset -x
 #  float	typeset -E
 #  functions	typeset -f
 #  integer	typeset -i



Messages sorted by: Reverse Date, Date, Thread, Author