ryanvolpe / makehelp

Generates help documentation from embedded comments in a Makefile
Apache License 2.0
1 stars 0 forks source link

Fix risky array assignment #9

Closed ryanvolpe closed 6 years ago

ryanvolpe commented 6 years ago

As reported in issue #8, certain Bash configurations apparently do not like the arr=( "${arr[@]}" "item" ) array assignment paradigm.

This change ensures that these assignments have a default value.

ryanvolpe commented 6 years ago

I'm merging this PR since the core branch doesn't include .travis.yml.