Commit c0752826 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Denis Brækhus

More explicit parsing

parent 1eeec5fb
......@@ -53,7 +53,7 @@ vcl_file() {
fail "failed to get the VCL file name"
echo "$VCL_SHOW" |
awk 'NR == 1 {print $NF}'
awk '$1 == "//" && $2 == "VCL.SHOW" {print $NF; exit}'
}
vcl_active_name() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment