Make `-b' option actually work as advertised.

This commit is contained in:
Maxim Sobolev 2001-10-25 07:56:20 +00:00
parent 907d70d6de
commit f4dfe934d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85470

View File

@ -141,6 +141,7 @@ main(int argc, char **argv)
break;
case 'b':
InstalledPkg = optarg;
while ((tmp = strrchr(optarg, (int)'/')) != NULL) {
*tmp++ = '\0';
/*