mirror of
https://github.com/moby/buildkit.git
synced 2026-08-13 17:07:00 +00:00
Add documentation for the `${variable-word}` and `${variable+word}`
modifiers which differ from their colon counterparts (`${variable:-word}`
and `${variable:+word}`) in that they only test whether the variable is
unset, rather than unset or empty.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>