1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

Comment should say export is equivalent to typeset -xg

This commit is contained in:
Barton E. Schaefer 2015-11-26 11:15:51 -08:00
parent 2bab9f0394
commit 211889c982
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2015-11-26 Barton E. Schaefer <schaefer@zsh.org>
* unposted (cf. 37226): Test/B02typeset.ztst: export == typeset -xg
* 37225: Test/V10private.ztst: fix test from 37208
* 37224: Test/B02typeset.ztst: delete obsolete comment

View file

@ -4,7 +4,7 @@
# Equivalences:
# declare typeset
# export typeset -x
# export typeset -xg
# float typeset -E
# functions typeset -f
# integer typeset -i