Argh - missed a printf! That should be the last of plist-spewers.

This commit is contained in:
jkh 1995-04-22 01:20:13 +00:00
parent b483579b3d
commit ca5a05f3b5

View File

@ -1,5 +1,5 @@
#ifndef lint
static const char *rcsid = "$Id: perform.c,v 1.17 1995/04/22 00:03:09 jkh Exp $";
static const char *rcsid = "$Id: perform.c,v 1.18 1995/04/22 00:59:33 jkh Exp $";
#endif
/*
@ -70,7 +70,7 @@ pkg_perform(char **pkgs)
cp = strsep(&Pkgdeps, " \t\n");
if (*cp) {
add_plist(&plist, PLIST_PKGDEP, cp);
if (Verbose)
if (Verbose && !PlistOnly)
printf(" %s", cp);
}
}