mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fix argument parsing
This commit is contained in:
@@ -54,7 +54,7 @@ for i in "$@"; do
|
||||
parameter=${i%%=*}
|
||||
value=${i##*=}
|
||||
display_alert "Command line: setting $parameter to" "${value:-(empty)}" "info"
|
||||
eval $parameter=$value
|
||||
eval $parameter=\"$value\"
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user