Commit 287213b1 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a missing '='

Spotted by:	Steven
parent 7c3fdb42
......@@ -168,7 +168,7 @@ both your VMOD and the built-in VMODs::
SBINDIR="$(pkg-config --variable=sbindir varnishapi)"
PATH="SBINDIR:BINDIR:$PATH"
VMODDIR"$(pkg-config --variable=vmoddir varnishapi)"
VMODDIR="$(pkg-config --variable=vmoddir varnishapi)"
VMOD_PATH="/path/to/your/vmod/build/dir:$VMODDIR"
varnishtest -p vmod_path="$VMOD_PATH" ...
......
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