diff options
| author | Daniel Shahaf <danielsh@apache.org> | 2019-12-17 02:41:14 +0000 |
|---|---|---|
| committer | Daniel Shahaf <danielsh@apache.org> | 2019-12-17 02:46:32 +0000 |
| commit | 06c2a625b33b85aff0c7699e12f0eaf1fcc97ba6 (patch) | |
| tree | 0647857e71b27151e0dd4e5db21189c887033494 /Src | |
| parent | unposted: Fix ChangeLog typo (diff) | |
| download | zsh-06c2a625b33b85aff0c7699e12f0eaf1fcc97ba6.tar zsh-06c2a625b33b85aff0c7699e12f0eaf1fcc97ba6.tar.gz zsh-06c2a625b33b85aff0c7699e12f0eaf1fcc97ba6.tar.bz2 zsh-06c2a625b33b85aff0c7699e12f0eaf1fcc97ba6.tar.lz zsh-06c2a625b33b85aff0c7699e12f0eaf1fcc97ba6.tar.xz zsh-06c2a625b33b85aff0c7699e12f0eaf1fcc97ba6.tar.zst zsh-06c2a625b33b85aff0c7699e12f0eaf1fcc97ba6.zip | |
unposted: Update comment to reflect variable rename in 41012 (= zsh-5.3.1-182-gd7110d8f0).
Diffstat (limited to 'Src')
| -rw-r--r-- | Src/builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/builtin.c b/Src/builtin.c index 7bf4281da..00b5d5c50 100644 --- a/Src/builtin.c +++ b/Src/builtin.c @@ -5807,7 +5807,7 @@ zexit(int val, int from_where) return; } } - /* Positive in_exit means we have been here before */ + /* Positive shell_exiting means we have been here before */ if (from_where == 2 || (shell_exiting++ && from_where)) return; |
