From e184a185917da495ddadcab36a56abf4129cc68c Mon Sep 17 00:00:00 2001 From: Pete Dussin Date: Fri, 11 Jun 2021 00:09:42 +0000 Subject: [PATCH] Added comment on previous change to script itself --- ssg5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssg5 b/ssg5 index 37e858d..9932465 100755 --- a/ssg5 +++ b/ssg5 @@ -1,4 +1,6 @@ !/usr/pkg/bin/bash +# Pete Dussin (6/10/21): lowdown changed their flags. Updated just the fuction +# render_md_files_lowdown from rgz's ssg6 code, too lazy to check for other changes # Pete Dussin (6/27/20): using sh -e didn't work, but it ran without -e (exit on error) # instead of that, I looked online and found some error handling lines # that return a stack trace, but 'caller' is only in bash, so I'm running