mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
tools: fix: ubounded variable in win installer build script
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user