make-binaries: Apply another minor simplification

This commit is contained in:
Holger Weiss 2023-07-23 15:35:09 +02:00
parent 121acd1da7
commit a657a6d2f6
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ add_otp_path()
if [ "$mode" = 'native' ]
then native_otp_bin="$prefix/bin"
elif [ ! -z "${INSTALL_DIR_FOR_OTP+x}" ] && [ ! -z "${INSTALL_DIR_FOR_ELIXIR+x}" ]
elif [ -n "${INSTALL_DIR_FOR_OTP+x}" ] && [ -n "${INSTALL_DIR_FOR_ELIXIR+x}" ]
then
# For github runners to build for non-native systems:
# https://github.com/erlef/setup-beam#environment-variables