Added comment on previous change to script itself

This commit is contained in:
Pete Dussin 2021-06-11 00:09:42 +00:00
parent f220748dd4
commit e184a18591
1 changed files with 2 additions and 0 deletions

2
ssg5
View File

@ -1,4 +1,6 @@
!/usr/pkg/bin/bash
# Pete Dussin <peteyboy@sdf.org> (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 <peteyboy@sdf.org> (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