diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-10-09 14:28:22 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-10-09 14:28:22 +0000 |
commit | 32ed930a967c83c5b683d1d22c286b46a9f792ea (patch) | |
tree | 9bbeadd0ae880062359f6a3ea54bf178453c8f61 | |
parent | 7966e2038925e3be60e82402673dcf080b6b3a89 (diff) | |
download | execline-2.9.6.1.tar.gz execline-2.9.6.1.tar.xz execline-2.9.6.1.zip |
version: 2.9.6.1 v2.9.6.1
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | doc/eltest.html | 2 | ||||
-rwxr-xr-x | patch-for-solaris | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/eltest.html b/doc/eltest.html index 2fa275c..f2d5bf5 100644 --- a/doc/eltest.html +++ b/doc/eltest.html @@ -32,7 +32,7 @@ exit status. <p> <tt>eltest</tt> acts as the generic POSIX <a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html">test</a> utility, -but it diverges from the specification on how it parses ambiguous arguments, see below. +but it diverges from the specification on how it parses ambiguous arguments: see below. </p> <p> diff --git a/patch-for-solaris b/patch-for-solaris index fbefc32..df17cc8 100755 --- a/patch-for-solaris +++ b/patch-for-solaris @@ -1,4 +1,4 @@ -#!/usr/xpg4/bin/sh +#!/usr/xpg4/bin/sh -e patchit () { echo '#!/usr/xpg4/bin/sh' > $1.tmp |