tests-always-included / mo

Mustache templates in pure bash
Other
563 stars 67 forks source link

shellcheck issue #48

Closed neema80 closed 2 years ago

neema80 commented 2 years ago

https://github.com/tests-always-included/mo/blob/c86fd9a89b14471d1a4e3cdfd2c4483a26f89379/mo#L305

if it is intended then could be ingnored by: # shellcheck disable=SC2295 or the line should change to this string=${2%%"$3"*}

fidian commented 2 years ago

I implemented your suggestion. Thank you!