]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Typo in perl modify string, added "#!" to /usr/bin/perl strings.
authorbarnboy%trilobyte.net <>
Fri, 4 Apr 2008 11:45:57 +0000 (11:45 +0000)
committerbarnboy%trilobyte.net <>
Fri, 4 Apr 2008 11:45:57 +0000 (11:45 +0000)
docs/en/xml/installation.xml

index 9cf100fdb4d4f48eff6eba8b3320d6345ac8a5e0..79b402c5cfffdf57f91679ad38a185d036a25dff 100644 (file)
@@ -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:
            <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>
            Change the second path to perl to match your installation.
          </para>