mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02: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.