aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2008-01-24 04:26:20 +0000
committerMark Loeser <halcy0n@gentoo.org>2008-01-24 04:26:20 +0000
commit91ae0f6ce3a10fa5962da842b3962d33f4357cbb (patch)
tree42d85fb55cd150b7101b0a742bce7c525d519ddc /appendices/common-problems
parentAdd in a common mistake of specifying the full path to a file instead of just... (diff)
downloaddevmanual-91ae0f6ce3a10fa5962da842b3962d33f4357cbb.tar.gz
devmanual-91ae0f6ce3a10fa5962da842b3962d33f4357cbb.tar.bz2
devmanual-91ae0f6ce3a10fa5962da842b3962d33f4357cbb.zip
Quote variables correctly; bug #206645
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@117 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'appendices/common-problems')
-rw-r--r--appendices/common-problems/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appendices/common-problems/text.xml b/appendices/common-problems/text.xml
index b0d9d90..3801d8c 100644
--- a/appendices/common-problems/text.xml
+++ b/appendices/common-problems/text.xml
@@ -232,7 +232,7 @@ ebegin "Creating a menu file (may take a while)"
mkdir -p "${T}/home/.fluxbox" || die "mkdir home failed"
MENUFILENAME="${S}/data/menu" MENUTITLE="Fluxbox ${PV}" \
CHECKINIT="no. go away." HOME="${T}/home" \
- ${S}/util/fluxbox-generate_menu -is -ds \
+ "${S}"/util/fluxbox-generate_menu -is -ds \
|| die "menu generation failed"
eend $?
</codesample>