actually fixed the deps detection
This commit is contained in:
parent
802feb0a09
commit
73d63a6046
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ check-deps(){
|
|||
bins_missing="${bins_missing} $pkg"
|
||||
fi
|
||||
done
|
||||
local _bins_missing=$(echo -e \"${bins_missing}\" | grep -c \"*\")
|
||||
local _bins_missing=$(echo $bins_missing | wc -w)
|
||||
if [[ $_bins_missing == 0 ]] ; then
|
||||
bins_missing="false"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue