diff options
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/Bugzilla-Guide.html | 4 | ||||
-rw-r--r-- | docs/html/stepbystep.html | 4 |
2 files changed, 4 insertions, 4 deletions
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" ><PRE CLASS="PROGRAMLISTING" ->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 </PRE ></FONT ></TD @@ -17226,4 +17226,4 @@ NAME="ZARRO-BOOGS-FOUND" ></DIV ></BODY ></HTML ->
\ 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" ><PRE CLASS="PROGRAMLISTING" ->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 </PRE ></FONT ></TD @@ -2336,4 +2336,4 @@ VALIGN="top" ></DIV ></BODY ></HTML ->
\ No newline at end of file +> |