little fix for erroneous output

This commit is contained in:
Judd Vinet 2006-01-26 23:48:28 +00:00
parent 819c265cdb
commit fe25662d38
1 changed files with 2 additions and 0 deletions

View File

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