summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/installation.xml
diff options
context:
space:
mode:
authorgerv%gerv.net <>2008-04-04 13:46:06 +0200
committergerv%gerv.net <>2008-04-04 13:46:06 +0200
commit412cfad72521743e172a101d9a8358d03f91e4c6 (patch)
tree7e1806ae21775afeddc342ed7485d7bdb2b85d82 /docs/en/xml/installation.xml
parent06d18a88885585ae2ce7c292d2be32ccdcf01933 (diff)
downloadbugzilla-412cfad72521743e172a101d9a8358d03f91e4c6.tar.gz
bugzilla-412cfad72521743e172a101d9a8358d03f91e4c6.tar.xz
Bug 111712 - update command for changing path to Perl.
Diffstat (limited to 'docs/en/xml/installation.xml')
-rw-r--r--docs/en/xml/installation.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 80105f2d5..2697bb391 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -626,7 +626,8 @@ bash# ln -s /usr/bin/perl /usr/bonsaitools/bin/perl
change your path to perl in all the files in your Bugzilla
installation:
<programlisting>
-perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm processmail syncshadowdb
+perl -pi -e 's@#\!/usr/bonsaitools/bin/perl@#\!/usr/bin/perl@' *cgi *pl Bug.pm
+processmail syncshadowdb
</programlisting>
Change the second path to perl to match your installation.
</para>