aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-12 21:07:35 +0000
committerUlrich Müller <ulm@gentoo.org>2021-03-12 23:02:56 +0100
commit0f141508fdd8aef771d598357e78f9578da7325e (patch)
tree9a40655c9ef0be0e7bbf450196dafa0e8e2dafc9 /tools-reference/bash
parenttools-reference/bash: make clear that [[ ]] is preferred earlier on (diff)
downloaddevmanual-0f141508fdd8aef771d598357e78f9578da7325e.tar.gz
devmanual-0f141508fdd8aef771d598357e78f9578da7325e.tar.bz2
devmanual-0f141508fdd8aef771d598357e78f9578da7325e.zip
tools-reference/bash: fix typo
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'tools-reference/bash')
-rw-r--r--tools-reference/bash/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools-reference/bash/text.xml b/tools-reference/bash/text.xml
index 0583184..56608c4 100644
--- a/tools-reference/bash/text.xml
+++ b/tools-reference/bash/text.xml
@@ -779,7 +779,7 @@ output (<c>stdout</c>) as a string.
<note>
The <c>`command`</c> construct also does this, but should be avoided in
-favour of <c>$(command )</c> for clarity, ease of reading and nesting purposes.
+favour of <c>$(command)</c> for clarity, ease of reading and nesting purposes.
</note>
<codesample lang="ebuild">