minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-05-05 17:20:06 +03:00
parent 77fc5445db
commit 9e7c25ed47

View File

@ -322,7 +322,7 @@ help:
### Dependency checking...
require(%):
@printf "%-15s %s\n" \
@printf "%-20s %s\n" \
"$*" \
"`which $* &> /dev/null && echo '- OK' || echo '- FAIL'`"