app-layer setup scripts: fix header substitution.

Fixes make distcheck.
pull/1652/head
Jason Ish 10 years ago committed by Victor Julien
parent a286715367
commit 84fd28eaed

@ -62,7 +62,7 @@ function patch_makefile_am() {
ed -s ${filename} > /dev/null <<EOF ed -s ${filename} > /dev/null <<EOF
/output-json-template.c /output-json-template.c
t- t-
s/template/${protoname_lower}/ s/template/${protoname_lower}/g
w w
EOF EOF
} }

Loading…
Cancel
Save