public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r14552 - in main/branches/prefix: . cnf
@ 2009-10-10 10:40 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2009-10-10 10:40 UTC (permalink / raw
  To: gentoo-commits

Author: grobian
Date: 2009-10-10 10:40:35 +0000 (Sat, 10 Oct 2009)
New Revision: 14552

Modified:
   main/branches/prefix/cnf/make.globals
   main/branches/prefix/subst-install.in
Log:
use single quotes, it seems at least we need this, bug #285720

Modified: main/branches/prefix/cnf/make.globals
===================================================================
--- main/branches/prefix/cnf/make.globals	2009-10-10 10:26:14 UTC (rev 14551)
+++ main/branches/prefix/cnf/make.globals	2009-10-10 10:40:35 UTC (rev 14552)
@@ -89,9 +89,9 @@
 USE_ORDER="env:pkg:conf:defaults:pkginternal:env.d"
 
 # Default portage user/group
-PORTAGE_USER="@portageuser@"
-PORTAGE_GROUP="@portagegroup@"
-PORTAGE_ROOT_USER="@rootuser@"
+PORTAGE_USER='@portageuser@'
+PORTAGE_GROUP='@portagegroup@'
+PORTAGE_ROOT_USER='@rootuser@'
 
 # Default ownership of installed files.
 PORTAGE_INST_UID="@rootuid@"

Modified: main/branches/prefix/subst-install.in
===================================================================
--- main/branches/prefix/subst-install.in	2009-10-10 10:26:14 UTC (rev 14551)
+++ main/branches/prefix/subst-install.in	2009-10-10 10:40:35 UTC (rev 14552)
@@ -9,9 +9,9 @@
 # be a backreference) and hence escape those.  Eventually in strings we
 # need to escape the backslash too, such that the single backslash
 # doesn't get lost when considered an invalid escape
-rootuser="@rootuser@"
-portagegroup="@portagegroup@"
-portageuser="@portageuser@"
+rootuser='@rootuser@'
+portagegroup='@portagegroup@'
+portageuser='@portageuser@'
 rootuser=${rootuser//\\/\\\\}
 portagegroup=${portagegroup//\\/\\\\\\\\}
 portageuser=${portageuser//\\/\\\\\\\\}




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

only message in thread, other threads:[~2009-10-10 10:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-10 10:40 [gentoo-commits] portage r14552 - in main/branches/prefix: . cnf Fabian Groffen (grobian)

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