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

Polish

parent fcbdea08
......@@ -63,7 +63,7 @@ vcl_active_name() {
fail "failed to get the active VCL name"
fi
echo "$VCL_LIST" |
awk '/^active/ {print $NF}'
awk '$1 == "active" {print $NF}'
}
vcl_active_file() {
......
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