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
Fix incorrect evaluation of -n tests for CRC_BUNDLE, HTTP_PROXY,
and HTTPS_PROXY variables. Without quotes, the test evaluates to
true even when variables are unset or empty, causing spurious
error messages:
ERRO Please provide a configuration property and its value
as in 'crc config set KEY VALUE'
Quote the variables in conditional expressions so that -n
correctly evaluates to false for empty or unset values.
0 commit comments