1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

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 deplist=""
[ $# -gt 0 ] || return
missdep=`pacman -T $*`
ret=$?
if [ "$ret" != "0" ]; then