Ver código fonte

* cmdline/apt-get.cc:
- remove '' around xs-vcs-$repo to make pasting easier

Michael Vogt 19 anos atrás
pai
commit
8756297c0f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      cmdline/apt-get.cc

+ 1 - 1
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"