Remove PROGDIR variable
All checks were successful
continuous-integration/drone/push Build is passing

The "realpath -m" command is not compatible with old versions of Debian.
The PROGDIR variable is unused.
This commit is contained in:
Jérémy Lecour 2020-06-17 22:51:41 +02:00 committed by Jérémy Lecour
parent 5e4b60e61b
commit 98caca3592
2 changed files with 2 additions and 2 deletions

View file

@ -13,6 +13,8 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Removed
* Remove unused PROGDIR variable
### Fixed
### Security

View file

@ -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=$@