]> git.saurik.com Git - apt.git/commitdiff
* cmdline/apt-get.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 28 Jun 2007 16:38:55 +0000 (18:38 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 28 Jun 2007 16:38:55 +0000 (18:38 +0200)
  - remove '' around xs-vcs-$repo to make pasting easier

cmdline/apt-get.cc

index 930d88d994b340b0b24eeaf0426168fabdc731c7..fa7ae32eb54a166062cb052e23462f5f5b91c4c7 100644 (file)
@@ -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"