little fix for erroneous output

This commit is contained in:
Judd Vinet 2006-01-26 23:48:28 +00:00
parent 819c265cdb
commit fe25662d38

View file

@ -106,6 +106,8 @@ checkdeps() {
local missdep="" local missdep=""
local deplist="" local deplist=""
[ $# -gt 0 ] || return
missdep=`pacman -T $*` missdep=`pacman -T $*`
ret=$? ret=$?
if [ "$ret" != "0" ]; then if [ "$ret" != "0" ]; then