From c7d370885d386832c2e0eadd449d6cd771c848b0 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Thu, 11 May 2023 11:48:29 -0400 Subject: [PATCH] minor: doc improvement --- err | 2 ++ 1 file changed, 2 insertions(+) diff --git a/err b/err index 988678a..ff7d0f8 100644 --- a/err +++ b/err @@ -66,6 +66,8 @@ if ! test "$BASH_VERSION"; then echo "error: shell is not bash" >&2; exit 1; fi # scripts on debian based systems. # # err-cleanup If set, this command will run just before exiting. +# This does nothing in an interactive shell, I'm not +# sure if I could make it work there. # # _err_func_last Used internally in err-bash-trace-interactive # -- 2.25.1