diff --git a/build.sh b/build.sh index 05b53d9..a5939ba 100755 --- a/build.sh +++ b/build.sh @@ -174,7 +174,7 @@ else fi ### Copy out -if [[ -v INSTALL_DIR ]]; then +if [ -z "${INSTALL_DIR+x}" ]; then dist_dir="${INSTALL_DIR}" else dist_dir="${topdir}/dist"