From ddf0aa7e6f7ef67c376c50f5d48bd17d61e7decd Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Fri, 4 Apr 2008 11:45:57 +0000 Subject: Typo in perl modify string, added "#!" to /usr/bin/perl strings. --- docs/en/xml/installation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/en') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 9cf100fdb..79b402c5c 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -621,7 +621,7 @@ bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl change your path to perl in all the files in your Bugzilla installation: -perl -pi -e 's@#!/usr/bonsaitools/bin/perl@/usr/bin/perl@' *cgi *pl Bug.pm +perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm Change the second path to perl to match your installation. -- cgit v1.2.3-24-g4f1b