Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ksh compatibility: initial value of $_
- X-seq: zsh-workers 51338
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: ksh compatibility: initial value of $_
- Date: Fri, 27 Jan 2023 17:52:49 -0800
- Archived-at: <https://zsh.org/workers/51338>
- List-id: <zsh-workers.zsh.org>
Docs for ksh93 say that $_ should be initialized to the absolute path
of what we put in $ZSH_ARGZERO.
Src/init.c explicitly initializes $_ to the empty string.
Any reason not to change this? If so, where's the right place to do
it? I tried doing it in createparamtab() but that led to memory
errors.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author