diff --git a/build-minor.sh b/build-minor.sh index 828d932d..906326dd 100644 --- a/build-minor.sh +++ b/build-minor.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -x +set -e export EL_MAJOR_VER="${EL_MAJOR_VER:-9.4}" export EL_VER="${EL_VER:-${EL_MAJOR_VER}}" diff --git a/build-packages.sh b/build-packages.sh index dd200624..8a595685 100644 --- a/build-packages.sh +++ b/build-packages.sh @@ -1,6 +1,5 @@ #!/bin/bash -set -ex - +set -e export EL_MAJOR_VER="${EL_MAJOR_VER:-9.5}" export EL_VER="${EL_VER:-${EL_MAJOR_VER}}" diff --git a/repo-fixup.sh b/repo-fixup.sh index 937138d7..2717d640 100755 --- a/repo-fixup.sh +++ b/repo-fixup.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -x +set -e . /etc/os-release