You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gianluca Boiano edited this page Mar 16, 2024
·
1 revision
key="example string"
key=`example "quoted" string`
key=("list with one element")
key=(
"list with""multiple elements"
)
key="example ${variable} string"
key__ubuntu="this will apply only to Ubuntu builds"