[master] 287213b11 Add a missing '='

Poul-Henning Kamp phk at FreeBSD.org
Wed Jun 19 20:08:11 UTC 2019


commit 287213b11c8b1bc5fa1e135c536eadc8dfb909ea
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jun 19 20:06:52 2019 +0000

    Add a missing '='
    
    Spotted by:     Steven

diff --git a/doc/sphinx/reference/varnishtest.rst b/doc/sphinx/reference/varnishtest.rst
index 495affc18..b6133d70c 100644
--- a/doc/sphinx/reference/varnishtest.rst
+++ b/doc/sphinx/reference/varnishtest.rst
@@ -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" ...


More information about the varnish-commit mailing list