mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-21 08:22:24 +01:00
set_version: safely iterate over argv
Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
This commit is contained in:
parent
c0a4ba5484
commit
ee57464b97
@ -49,7 +49,7 @@ fi
|
||||
|
||||
# --binhost needs to be evaluated first since it impacts other variables set below
|
||||
custom_binhost="false"
|
||||
for arg in ${@} ; do
|
||||
for arg in "${@}" ; do
|
||||
if $custom_binhost; then
|
||||
echo "Using custom binhost '${arg}'"
|
||||
DEFAULT_BASE_URL="${arg}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user