Make use of kickstart.mute on kickstart.command_exists.

This way we can debug the value returned when we enable the DEBUG flag.
This commit is contained in:
Bruno Tavares 2015-09-30 08:24:48 -03:00
parent a0bb7e160d
commit 16b7005936

View File

@ -23,7 +23,7 @@ kickstart.mute() {
} }
kickstart.command_exists() { kickstart.command_exists() {
which "$1" >/dev/null 2>&1 kickstart.mute which "$1"
} }
kickstart.print_with_separator() { kickstart.print_with_separator() {