From 8187a052425f8b7c5e160935497de3628bd5637a Mon Sep 17 00:00:00 2001 From: Steven H Johnson <shjohnson.pi@gmail.com> Date: Fri, 1 Jul 2016 15:04:56 -0400 Subject: [PATCH] Properly escape characters in webfaction docs --- docs/webfaction/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/webfaction/index.rst b/docs/webfaction/index.rst index 84ca69a..9eae2de 100644 --- a/docs/webfaction/index.rst +++ b/docs/webfaction/index.rst @@ -667,7 +667,7 @@ See :ref:`webfaction-usta-django-project` for how to access the server. #. Allow scripts to use local Perl libraries:: - $ echo "export PERL5LIB=$PERL5LIB:$HOME/perl5/lib/perl5" >> ~/.bashrc + $ echo "export PERL5LIB=\$PERL5LIB:\$HOME/perl5/lib/perl5" >> ~/.bashrc #. Go to the home directory and download the latest sslmate binary:: -- GitLab