From: Michael Vogt Date: Thu, 28 Jun 2007 16:38:55 +0000 (+0200) Subject: * cmdline/apt-get.cc: X-Git-Tag: 0.7.24ubuntu1~176^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/8756297c0f5987d2320955c21e5c64395ce311cc?hp=-c * cmdline/apt-get.cc: - remove '' around xs-vcs-$repo to make pasting easier --- 8756297c0f5987d2320955c21e5c64395ce311cc diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 930d88d99..fa7ae32eb 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -2125,7 +2125,7 @@ bool DoSource(CommandLine &CmdL) string uri = srec.substr(pos,epos-pos).c_str(); ioprintf(c1out, _("WARNING: '%s' is maintained in " "the '%s' version control system at:\n" - "'%s'\n"), + "%s\n"), Src.c_str(), vcs.c_str(), uri.c_str()); if(vcs == "Bzr") ioprintf(c1out,_("Please use:\n"