mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
force quotes around entire
This commit is contained in:
parent
139976b82d
commit
33382c2987
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ do
|
|||
key=$(echo ${i} | cut -d= -f1)
|
||||
value=$(echo ${i} | cut -d= -f2-)
|
||||
export ${key}="${value}"
|
||||
args+=("${key}=${value}")
|
||||
args+=("\"${key}=${value}\"")
|
||||
done
|
||||
|
||||
# Pull container
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue