From 0e0643a4272f64b10e765a1e850037fe4f9c4a4a Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Thu, 30 Aug 2001 01:13:38 +0000 Subject: Typo in perl modify string, added "#!" to /usr/bin/perl strings. --- docs/txt/Bugzilla-Guide.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/txt') diff --git a/docs/txt/Bugzilla-Guide.txt b/docs/txt/Bugzilla-Guide.txt index 685ce6408..17caf5ddd 100644 --- a/docs/txt/Bugzilla-Guide.txt +++ b/docs/txt/Bugzilla-Guide.txt @@ -1455,7 +1455,7 @@ bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl Alternately, you can simply run this perl one-liner to 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