summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Pfaff <blp@cs.stanford.edu>2020-11-12 18:59:31 +0000
committerPádraig Brady <P@draigBrady.com>2020-11-12 18:59:31 +0000
commit1833f51aaa59e581df2adf235e01977747944690 (patch)
tree8741034d39d66e284f243a4f20588f7144d7c87e
parent6fc695cb4a26f09dfeef8b1c24895a707055334e (diff)
doc: clarify in texinfo that `test == ...` is non portable
* doc/coreutils.texi (test invocation): Mention non portability of the double equals form.
-rw-r--r--doc/coreutils.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 8d9320ca2..99f6d9fb8 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -13336,6 +13336,8 @@ True if the strings are equal.
@opindex ==
@cindex equal string check
True if the strings are equal (synonym for =).
+Note this form is not as portable to other
+shells and systems.
@item @var{string1} != @var{string2}
@opindex !=