* 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 930d88d..fa7ae32 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"