From 47a6d5f56409589141243ecf49d8d6edc09b67f4 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 21 Sep 2021 11:45:56 -0400 Subject: [PATCH] minor: documentation --- err | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/err b/err index 552819e..2e886de 100644 --- a/err +++ b/err @@ -23,10 +23,15 @@ # it runs before the stack trace. Functions are documented inline below # for additional use cases. # +# Note: occasionally the line numbers are off a bit (at least in Bash +# 5.0). This appears to be a bash bug. I plan to report it next time it +# happens to me. +# # Please email me if you use this or have anything to contribute. I'm # not aware of any users yet Ian Kelling . # -# Tested on bash 4.4.20(1)-release (x86_64-pc-linux-gnu). +# Tested on bash 4.4.20(1)-release (x86_64-pc-linux-gnu) and +# 5.0.17(1)-release (x86_64-pc-linux-gnu). # # Related: see my bash script template repo at https://iankelling.org/git. -- 2.25.1