fix(relup): OTP_VSN: unbound variable
This commit is contained in:
parent
91c46de4aa
commit
692d1e2a33
|
@ -28,6 +28,7 @@ case $PROFILE in
|
|||
esac
|
||||
|
||||
SYSTEM="${SYSTEM:-$(./scripts/get-distro.sh)}"
|
||||
OTP_VSN="${OTP_VSN:-$(./scripts/get-otp-vsn.sh)}"
|
||||
|
||||
ARCH="${ARCH:-$(uname -m)}"
|
||||
case "$ARCH" in
|
||||
|
|
Loading…
Reference in New Issue