mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-27 06:11:50 +01:00
In exec commands `${VAR}` always expands to a single word, making it
equivalent to `"${VAR}"` in shell.
In exec commands `${VAR}` always expands to a single word, making it
equivalent to `"${VAR}"` in shell.