jgabaut / amboso

Build tool wrapping make. Written in bash.
GNU General Public License v3.0
4 stars 0 forks source link

[BUG] -C flag is not passed to build calls when doing init #89

Closed jgabaut closed 8 months ago

jgabaut commented 9 months ago

Version 1.9.9 updated the -C flag to behave as expected by invil (ie: pass a filepath to read config arguments from). This closed this issue:

However, calls made when doing init are not being passed the flag when it was asserted.