1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-27 14:11:14 +01:00

10743: fix replenv() of imported special parameters

This commit is contained in:
Peter Stephenson 2000-04-13 17:57:45 +00:00
parent cf92384eac
commit 6372332a92
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2000-04-13 Peter Stephenson <pws@cambridgesiliconradio.com> 2000-04-13 Peter Stephenson <pws@cambridgesiliconradio.com>
* 10743: Src/params.c: replenv() failed importing special params
at start up because it was using the wrong environment block.
* 10738: Doc/Zsh/builtins.yo, Doc/Zsh/params.yo, Src/builtin.c, * 10738: Doc/Zsh/builtins.yo, Doc/Zsh/params.yo, Src/builtin.c,
Src/params.c: local parameters can be exported; typeset +g -x Src/params.c: local parameters can be exported; typeset +g -x
and local -x work in a natural way; currently typeset -g still and local -x work in a natural way; currently typeset -g still

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -454,6 +454,7 @@ createparamtable(void)