summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2020-03-18 09:42:56 -0600
committerTom Rini <[email protected]>2020-04-10 21:32:53 -0400
commit4080d0970d2cfe04562cc84afb47c5b33811700e (patch)
tree3b771a89ba44b3e6ca7020cd60ee64e04270c8a6 /include/linux
parent4e32fed4d3e068d6dc859c2aec86b8487646e805 (diff)
travis/gitlab/azure: Use bash to avoid a_test_which_does_not_exist
Bash allows for variables to expand only if non-empty: $ var=test $ echo ${var:+"$var"} test $ echo ${var:+"-k $var"} -k test $ var= $ echo ${var:+"-k $var"} Use this feature to avoid the workaround. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions