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/html/Bugzilla-Guide.html | 4 ++-- docs/html/stepbystep.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/html') diff --git a/docs/html/Bugzilla-Guide.html b/docs/html/Bugzilla-Guide.html index 6517baa09..ca916f417 100644 --- a/docs/html/Bugzilla-Guide.html +++ b/docs/html/Bugzilla-Guide.html @@ -4715,7 +4715,7 @@ WIDTH="100%" COLOR="#000000" >
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
 	    
\ No newline at end of file +> diff --git a/docs/html/stepbystep.html b/docs/html/stepbystep.html index 2837c7ddc..b6e8e223a 100644 --- a/docs/html/stepbystep.html +++ b/docs/html/stepbystep.html @@ -1304,7 +1304,7 @@ WIDTH="100%" COLOR="#000000" >
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
 	    
\ No newline at end of file +> -- cgit v1.2.1