Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465394 - minor typo in handbook part3, 6.c, Code Listing 3.1
Summary: minor typo in handbook part3, 6.c, Code Listing 3.1
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/handbook...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-10 12:18 UTC by Iván Atienza
Modified: 2013-04-11 18:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Iván Atienza 2013-04-10 12:18:18 UTC
if [ "${EBUILD_PHASE}" == "postinst"] || [ "${EBUILD_PHASE}" == "postrm" ];
has a missing space, must be:
if [ "${EBUILD_PHASE}" == "postinst" ] || [ "${EBUILD_PHASE}" == "postrm" ];
i see the same on x86 handbook.

Thanks.

Reproducible: Always
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2013-04-11 18:28:19 UTC
Thanks; it shouldn't matter as far as I know (it's whitespace)? 
I've corrected it nonetheless. Should show up on site in an hour or so.