upgrade flag wasn't being passed properly

CVS patchset: 2661
CVS date: 1999/01/06 03:54:56
This commit is contained in:
ewt 1999-01-06 03:54:56 +00:00
parent 69e9b14c97
commit 1ba327b1e8
1 changed files with 1 additions and 1 deletions

2
rpm.c
View File

@ -1246,7 +1246,7 @@ int main(int argc, char ** argv) {
if (showHash) interfaceFlags |= INSTALL_HASH;
if (noDeps) interfaceFlags |= INSTALL_NODEPS;
if (noOrder) interfaceFlags |= INSTALL_NOORDER;
if (noOrder) interfaceFlags |= INSTALL_NOORDER;
if (upgrade) interfaceFlags |= INSTALL_UPGRADE;
if (!incldocs) {
if (excldocs)