aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2016-11-29 17:08:23 +0100
committerKarel Zak <kzak@redhat.com>2016-11-29 17:08:23 +0100
commit1c4284c19b11a8ba44870c8081b40c23a582d5cb (patch)
treefe6ff8a15795b60c9eb8141a3569e9a6356e2d0e
parentfed304837f60b626f6198663990e76e506f89063 (diff)
parenta341a5e2e439fd035e94da3036068e7cc1153d4a (diff)
downloadutil-linux-1c4284c19b11a8ba44870c8081b40c23a582d5cb.tar.gz
Merge branch 'master' of https://github.com/rudimeier/util-linux
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7f4f79e153..dddc6a9ca7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ PACKAGE_VERSION_MAJOR=$(echo $PACKAGE_VERSION | awk -F. '{print $1}')
PACKAGE_VERSION_MINOR=$(echo $PACKAGE_VERSION | awk -F. '{
sub("-.*","",$2); print $2}')
PACKAGE_VERSION_RELEASE=$(echo $PACKAGE_VERSION | awk -F. '{
- sub("-.*","",$3); print $3 ~ /^@<:@[0-9]@:>@+$/ ? $3 : 0}')
+ sub("-.*","",$3); print $3 ~ /^@<:@0-9@:>@+$/ ? $3 : 0}')
dnl libblkid version
LIBBLKID_VERSION="$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_RELEASE"