mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tools: fix: ubounded variable in win installer build script
This commit is contained in:
parent
799d816e24
commit
6d7edcb130
@ -10,10 +10,7 @@
|
||||
set -e
|
||||
set -u
|
||||
|
||||
INSTALLER_TYPE="$1"
|
||||
if [[ -z "$INSTALLER_TYPE" ]]; then
|
||||
INSTALLER_TYPE="full"
|
||||
fi
|
||||
INSTALLER_TYPE="${1-full}"
|
||||
|
||||
echo "Selected installer type: $INSTALLER_TYPE"
|
||||
echo "Available installer types: full, netinst"
|
||||
|
Loading…
x
Reference in New Issue
Block a user