Two eval calls in set_interactive_config_value():
- eval "$1"='$2' → declare -g "${1}=${2}"
- eval "ARMBIAN_INTERACTIVE_CONFIGS[${1}]"='$2' → direct array assignment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| aggregation.sh | ||
| change-tracking.sh | ||
| compilation-config.sh | ||
| config-desktop.sh | ||
| interactive.sh | ||
| main-config.sh | ||
| menu.sh | ||
| package-lists.sh | ||