Merge branch 'master' into IS_DUPLICATE_FS_LABEL-blkid-fix
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Benoît S. 2020-06-26 08:50:58 +02:00
commit eea3e4b36e
2 changed files with 2 additions and 2 deletions

View file

@ -14,6 +14,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=$@