From: barnboy%trilobyte.net <> Date: Fri, 4 Apr 2008 11:45:57 +0000 (+0000) Subject: Typo in perl modify string, added "#!" to /usr/bin/perl strings. X-Git-Tag: bugzilla-3.1.3~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf0aa7e6f7ef67c376c50f5d48bd17d61e7decd;p=thirdparty%2Fbugzilla.git Typo in perl modify string, added "#!" to /usr/bin/perl strings. --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 9cf100fdb4..79b402c5cf 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.