fix building on bash even tho I don't use bash lol

This commit is contained in:
yosh 2024-03-14 20:36:44 -04:00
parent 511dd010b2
commit fcc08ea9fa
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ include() {
set_md_metadata() {
eval ' {
# if 1st line isnt all -, skip setting metadata
IFS= read -r _
case "$_" in
IFS= read -r __first
case "$__first" in
*[!-]*) return ;;
esac