diff --git a/CHANGELOG b/CHANGELOG index c2975b4..b9ba4f1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,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 c94ee1a..9163846 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=$@