Browse Source
Check for posix mode and show a sensible error
pull/622/head
Tim Kimber
5 years ago
No known key found for this signature in database
GPG Key ID: 3E1804964E76BD18
1 changed files with
4 additions and
0 deletions
-
getssl
|
|
|
@ -250,6 +250,10 @@ |
|
|
|
# 2020-12-29 Fix dig SOA lookup (#617)(2.33) |
|
|
|
# ---------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
case :$SHELLOPTS: in |
|
|
|
*:posix:*) echo -e "${0##*/}: Running with POSIX mode enabled is not supported" >&2; exit 1;; |
|
|
|
esac |
|
|
|
|
|
|
|
PROGNAME=${0##*/} |
|
|
|
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)" |
|
|
|
VERSION="2.33" |
|
|
|
|