kyleburton / bake

Pure bash, very lightweight scripting and build framework.
29 stars 8 forks source link

Trap exit when requiring libraries #13

Closed ghost closed 8 years ago

ghost commented 8 years ago

If a required library causes an error, bake just exits with no indication of why. Trapping the exit and reporting the file that was being required will help out.