Argh - missed a printf! That should be the last of plist-spewers.
This commit is contained in:
parent
b483579b3d
commit
ca5a05f3b5
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user