diff --git a/CHANGELOG b/CHANGELOG index 3693d76..d608260 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,9 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Fixed +* IS_TMPUSRRO : improve grep for options detection +* IS_TMPNOEXEC : fix grep for options detection + ## [19.11] - 2019-11-05 ### Changed @@ -47,7 +50,7 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ## [19.04] - 2019-04-25 -### Added +### Added * IS_EVOBACKUP_INCS diff --git a/evocheck.sh b/evocheck.sh index 13b3cde..5ec164b 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -1458,7 +1458,7 @@ readonly PROGDIR=$(realpath -m "$(dirname "$0")") # shellcheck disable=2124 readonly ARGS=$@ -readonly VERSION="19.11" +readonly VERSION="19.11.1" # Disable LANG* export LANG=C