diff options
| author | Oliver Kiddle <opk@zsh.org> | 2025-10-31 09:33:27 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2025-10-31 09:33:27 +0100 |
| commit | 6ac61e9a8f6392c1c625f9b46c834e87a357b8d4 (patch) | |
| tree | efb3847402d8a449ce83363f697cdefda3f7d437 /Src/exec.c | |
| parent | Dan Drake: 53803: make adam1 prompt wrap len and ellipsized path configurable (diff) | |
| download | zsh-6ac61e9a8f6392c1c625f9b46c834e87a357b8d4.tar zsh-6ac61e9a8f6392c1c625f9b46c834e87a357b8d4.tar.gz zsh-6ac61e9a8f6392c1c625f9b46c834e87a357b8d4.tar.bz2 zsh-6ac61e9a8f6392c1c625f9b46c834e87a357b8d4.tar.lz zsh-6ac61e9a8f6392c1c625f9b46c834e87a357b8d4.tar.xz zsh-6ac61e9a8f6392c1c625f9b46c834e87a357b8d4.tar.zst zsh-6ac61e9a8f6392c1c625f9b46c834e87a357b8d4.zip | |
54007: remove some uses of mod_export that were likely unintended
Diffstat (limited to 'Src/exec.c')
| -rw-r--r-- | Src/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c index d39b6f3ac..efc96d861 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -4828,7 +4828,7 @@ getoutput(char *cmd, int qt) */ /**/ -mod_export LinkList +static LinkList readoutput(int in, int qt, int *readerror) { LinkList ret; |
