summaryrefslogtreecommitdiffstats
path: root/redhat/build/get_spec_version.sh
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/build/get_spec_version.sh')
-rwxr-xr-xredhat/build/get_spec_version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/build/get_spec_version.sh b/redhat/build/get_spec_version.sh
index fc3b1e085..fcc0fb5d7 100755
--- a/redhat/build/get_spec_version.sh
+++ b/redhat/build/get_spec_version.sh
@@ -1,7 +1,7 @@
#!/bin/bash
PKGNAME="${1##*/}"
-TDE_VERSION="${2:-14.0.0}"
+TDE_VERSION="${2:-${TDE_VERSION:-14.0.5}}"
[ -z "${PKGNAME}" ] && echo "You must specify a package name !" && exit 1