From 59201afb4e2663d0e9df7d9ef3ecdf62e1d4852b Mon Sep 17 00:00:00 2001 From: nazunalika Date: Wed, 10 Nov 2021 12:37:28 -0700 Subject: [PATCH] remove unused var --- sync/stage-live-images.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/sync/stage-live-images.sh b/sync/stage-live-images.sh index bab5a9c..217f987 100644 --- a/sync/stage-live-images.sh +++ b/sync/stage-live-images.sh @@ -9,8 +9,6 @@ if [[ $# -eq 0 ]]; then exit 1 fi -# Major Version (eg, 8) -MAJ=${RLVER} # For now, only architecture that we support live is x86_64 TARGET="${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/Live/x86_64" mkdir -p "${TARGET}"