Fixes problem with pkg_add -r when adding multiple pkgs.

Reviewed by:	chris
This commit is contained in:
Bill Swingle 2001-09-07 22:32:37 +00:00
parent 1b89a29689
commit 0fe2f8cb85

View File

@ -189,6 +189,7 @@ main(int argc, char **argv)
}
}
}
packagesite[0] = '\0';
}
}
/* If no packages, yelp */