From a946c7dbb196ad0a32b75e0ad14a83d2d12bb62a Mon Sep 17 00:00:00 2001 From: Bryan Østergaard Date: Sat, 13 Jan 2007 23:03:55 +0000 Subject: $INHERITED->${INHERITED}. Thanks to betelgeuse for the patch. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@92 176d3534-300d-0410-8db8-84e73ed771c3 --- eclass-writing/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass-writing') diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml index 6558ca3..ecf93f2 100644 --- a/eclass-writing/text.xml +++ b/eclass-writing/text.xml @@ -116,7 +116,7 @@ documentation.

All eclasses must define two top level variables, ECLASS and INHERITED. The ECLASS variable must be set to the name of the eclass (without the -.eclass suffix), and INHERITED must be set to "$INHERITED $ECLASS". +.eclass suffix), and INHERITED must be set to "${INHERITED} ${ECLASS}".

@@ -163,7 +163,7 @@ a single function, domacosapp. # ECLASS="macos-app" -INHERITED="$INHERITED $ECLASS" +INHERITED="${INHERITED} ${ECLASS}" # domacosapp: install a macos .app file. Usage is 'domacosapp file' or # 'domacosapp file newfile'. -- cgit v1.2.3-65-gdbad