IS_DUPLICATE_FS_LABEL: blkid has a cache that can provoke false positive #124

Manually merged
benpro merged 3 commits from IS_DUPLICATE_FS_LABEL-blkid-fix into master 2020-06-26 08:51:45 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit eea3e4b36e - Show all commits

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