View | Details | Raw Unified | Return to bug 27364
Collapse All | Expand All

(-)a/apt/cmdline/apt-get.cc (-1 / +1 lines)
Lines 1995-2001 bool DoInstall(CommandLine &CmdL) Link Here
1995
	    if (Hit == true)
1995
	    if (Hit == true)
1996
	       continue;
1996
	       continue;
1997
#endif
1997
#endif
1998
	    return _error->Error(_("Couldn't find package %s"),S);
1998
	    return _error->Error(_("Couldn't find package %s"),OrigS);
1999
	 }
1999
	 }
2000
2000
2001
	 // Regexs must always be confirmed
2001
	 // Regexs must always be confirmed

Return to bug 27364