diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-08 19:59:04 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-08 19:59:04 +0200 |
commit | 649d3c5b7df830a67ad946921233da349c13a826 (patch) | |
tree | 9ea0c7a4eade1e0fc9f27499888fe3ab801a3db6 /cmdline/apt-get.cc | |
parent | 15847d263c371cadcb8664021b8eb2444dd70998 (diff) | |
parent | dbf8fc0419831c83e83165de8c434782165aa400 (diff) |
Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sid
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r-- | cmdline/apt-get.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 630a9489b..e5e22e166 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1598,7 +1598,7 @@ void SigWinch(int) /*}}}*/ bool DoUpgrade(CommandLine &CmdL) /*{{{*/ { - if (_config->FindB("APT::Get::UpgradeAllowNew", false) == true) + if (_config->FindB("APT::Get::Upgrade-Allow-New", false) == true) return DoUpgradeWithAllowNewPackages(CmdL); else return DoUpgradeNoNewPackages(CmdL); |