tools: fix: ubounded variable in win installer build script

This commit is contained in:
Juraj Michálek 2021-01-19 13:34:32 +01:00
parent 799d816e24
commit 6d7edcb130

View File

@ -10,10 +10,7 @@
set -e set -e
set -u set -u
INSTALLER_TYPE="$1" INSTALLER_TYPE="${1-full}"
if [[ -z "$INSTALLER_TYPE" ]]; then
INSTALLER_TYPE="full"
fi
echo "Selected installer type: $INSTALLER_TYPE" echo "Selected installer type: $INSTALLER_TYPE"
echo "Available installer types: full, netinst" echo "Available installer types: full, netinst"