commit: cabd2fc8b2890b60941b504e2625df931630da84 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 12 21:04:46 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Mar 12 22:02:36 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=cabd2fc8
tools-reference/bash: make clear that [[ ]] is preferred earlier on Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> tools-reference/bash/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools-reference/bash/text.xml b/tools-reference/bash/text.xml index 77b5298..0583184 100644 --- a/tools-reference/bash/text.xml +++ b/tools-reference/bash/text.xml @@ -86,8 +86,8 @@ fi <body> <p> -To do comparisons or file attribute tests, <c>[ ]</c> or <c>[[ ]]</c> blocks are -needed. +To do comparisons or file attribute tests, <c>[[ ]]</c> (preferred) or +<c>[ ]</c> blocks are needed. </p> <codesample lang="ebuild">
