public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r9543 - main/branches/2.1.2/cnf
@ 2008-03-28 11:32 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-03-28 11:32 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-03-28 11:32:06 +0000 (Fri, 28 Mar 2008)
New Revision: 9543

Modified:
   main/branches/2.1.2/cnf/make.globals
Log:
Quote the file path and uri inside FETCHCOMMAND and RESUMECOMMAND. Thanks
to igli for suggesting. (trunk r9418)


Modified: main/branches/2.1.2/cnf/make.globals
===================================================================
--- main/branches/2.1.2/cnf/make.globals	2008-03-28 11:30:25 UTC (rev 9542)
+++ main/branches/2.1.2/cnf/make.globals	2008-03-28 11:32:06 UTC (rev 9543)
@@ -29,8 +29,8 @@
 PORTAGE_TMPDIR=/var/tmp
 
 # Fetching command (5 tries, passive ftp for firewall compatibility)
-FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O \${DISTDIR}/\${FILE} \${URI}"
-RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O \${DISTDIR}/\${FILE} \${URI}"
+FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
+RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
 
 # Default user options
 FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-28 11:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-28 11:32 [gentoo-commits] portage r9543 - main/branches/2.1.2/cnf Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox