mrbaseman / parse_yaml

a simple yaml parser implemented in bash
GNU General Public License v3.0
165 stars 37 forks source link

Make parse_yaml compatible with mawk 1.3.3 #9

Closed jgroman closed 3 years ago

jgroman commented 3 years ago

Proposed fix for #8

mrbaseman commented 3 years ago

thanks a lot for this contribution. On my Ubuntu it results in the same output for the sample.yml - so, if it helps to make parse_yaml.sh more portable, I'm happy to merge it.

jgroman commented 3 years ago

Thank you for this useful script, glad I could help!