Commit ddf0aa7e authored by barnboy%trilobyte.net's avatar barnboy%trilobyte.net

Typo in perl modify string, added "#!" to /usr/bin/perl strings.

parent 114fd675
...@@ -621,7 +621,7 @@ bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl ...@@ -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 change your path to perl in all the files in your Bugzilla
installation: installation:
<programlisting> <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
</programlisting> </programlisting>
Change the second path to perl to match your installation. Change the second path to perl to match your installation.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment