diff --git a/check_deps.sh b/check_deps.sh index 2b4b4c0..d42e9b6 100755 --- a/check_deps.sh +++ b/check_deps.sh @@ -11,4 +11,8 @@ check_bin_in_path() { check_bin_in_path "eix-sync emerge grep echo cat lsof awk sort" check_bin_in_path "restart-services sendmail rm" -printf "You’r missing this:${MISSING}\n" +if [ ! -z "${MISSING}" ]; then + printf "You’r missing this:${MISSING}\n" +else + printf "All looks good\n" +fi