]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: clarify in texinfo that `test == ...` is non portable
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 12 Nov 2020 18:59:31 +0000 (18:59 +0000)
committerPádraig Brady <P@draigBrady.com>
Thu, 12 Nov 2020 18:59:31 +0000 (18:59 +0000)
* doc/coreutils.texi (test invocation): Mention non portability
of the double equals form.

doc/coreutils.texi

index 8d9320ca248b6e9bcfc9f1b0fda15da0de6361ec..99f6d9fb8b40875fe8a957de03821a899563a86c 100644 (file)
@@ -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 !=