diff options
-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 |