diff --git a/pkg/redhat/build.sh b/pkg/redhat/build.sh index 928fcd6b0..a60009344 100755 --- a/pkg/redhat/build.sh +++ b/pkg/redhat/build.sh @@ -7,7 +7,6 @@ set -e trap 'ERRCODE=$? && if [ ${ERRCODE} -ne 0 ]; then echo "The command \"${BASH_COMMAND}\" failed in \"${FUNCNAME}\" with exit code ${ERRCODE}."; fi' EXIT OS_VERSION=$(cat /etc/os-release | grep "^VERSION_ID=" | awk -F "=" '{ print $2 }' | sed 's/"//g') -OS_NAME=$(cat /etc/os-release | grep "^ID=" | awk -F "=" '{ print $2 }' | sed 's/"//g') OS_ARCH=$(arch) # Make sure we get the right libpq