move vars

This commit is contained in:
Louis Abel 2023-03-30 01:07:09 -07:00
parent 327ddc3deb
commit cd5b69b390
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
#
# Source common variables
# shellcheck disable=SC2046,1091,1090
export SHORT=Rocky
source $(dirname "$0")/common
# Major Version (eg, 8)
SHORT=Rocky
MAJ=${RLVER}
# sync all pieces of a release, including extras, nfv, etc

View File

@ -5,10 +5,10 @@
#
# Source common variables
# shellcheck disable=SC2046,1091,1090
export SHORT=Rocky
source $(dirname "$0")/common
# Major Version (eg, 8)
SHORT=Rocky
MAJ=${RLVER}
# sync all pieces of a release, including extras, nfv, etc