Browse Source

Check for posix mode and show a sensible error

pull/622/head
Tim Kimber 5 years ago
parent
commit
0c48343c7a
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      getssl

+ 4
- 0
getssl View File

@ -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"


Loading…
Cancel
Save