From: Ian Kelling Date: Tue, 21 Sep 2021 15:45:56 +0000 (-0400) Subject: minor: documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=47a6d5f56409589141243ecf49d8d6edc09b67f4;p=errhandle.git minor: documentation --- 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.