From 349d77a2df2a780fb70c0d17e5b619b9b909a464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Wed, 6 Nov 2019 07:45:48 +0100 Subject: [PATCH] Release 19.11.1 --- CHANGELOG | 5 ++++- evocheck.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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