forked from sig_core/toolkit
remove unused var
This commit is contained in:
parent
c561d316de
commit
59201afb4e
@ -9,8 +9,6 @@ if [[ $# -eq 0 ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Major Version (eg, 8)
|
|
||||||
MAJ=${RLVER}
|
|
||||||
# For now, only architecture that we support live is x86_64
|
# For now, only architecture that we support live is x86_64
|
||||||
TARGET="${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/Live/x86_64"
|
TARGET="${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/Live/x86_64"
|
||||||
mkdir -p "${TARGET}"
|
mkdir -p "${TARGET}"
|
||||||
|
Loading…
Reference in New Issue
Block a user