kyleburton / bake

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

warn when defining tasks that shadow builtins: eg: 'test' #14

Open kyleburton opened 8 years ago

kyleburton commented 8 years ago

bake_task should warn when you're registering a task with the same name as a bash built in like the test command. See: http://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html