mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-11-19 04:22:22 +01:00
chore: avoid ${var:-]} syntax, badly confusing vim's syntax highlighter
This commit is contained in:
parent
18df38fae6
commit
16b6490ffc
@ -1090,7 +1090,8 @@ pvulnstatus()
|
||||
OK) is_vuln="false";;
|
||||
*) echo "$0: error: unknown status '$2' passed to pvulnstatus()" >&2; exit 255;;
|
||||
esac
|
||||
json_output="${json_output:-[}{\"NAME\":\"$aka\",\"CVE\":\"$1\",\"VULNERABLE\":$is_vuln,\"INFOS\":\"$3\"},"
|
||||
[ -z "$json_output" ] && json_output='['
|
||||
json_output="${json_output}{\"NAME\":\"$aka\",\"CVE\":\"$1\",\"VULNERABLE\":$is_vuln,\"INFOS\":\"$3\"},"
|
||||
;;
|
||||
|
||||
nrpe) [ "$2" = VULN ] && nrpe_vuln="$nrpe_vuln $1";;
|
||||
|
Loading…
Reference in New Issue
Block a user