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:
parent
a0bb7e160d
commit
16b7005936
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user