diff --git a/CHANGELOG b/CHANGELOG index ab7e7b3..ee41baf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,6 +14,8 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Removed +* Remove unused PROGDIR variable + ### Fixed ### Security diff --git a/evocheck.sh b/evocheck.sh index e8b88fd..1050844 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -1517,8 +1517,6 @@ main() { # shellcheck disable=SC2034 readonly PROGNAME=$(basename "$0") -# shellcheck disable=SC2034 -readonly PROGDIR=$(realpath -m "$(dirname "$0")") # shellcheck disable=2124 readonly ARGS=$@