themattrix/bash-concurrent

Don't allow a task to require itself.

themattrix opened this issue · 0 comments

Note that this won't disallow requirement loops (e.g., A requires B requires A). For that, see #11.