From 06c2a625b33b85aff0c7699e12f0eaf1fcc97ba6 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 17 Dec 2019 02:41:14 +0000 Subject: unposted: Update comment to reflect variable rename in 41012 (= zsh-5.3.1-182-gd7110d8f0). --- Src/builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') 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; -- cgit 1.4.1