diff options
author | barnboy%trilobyte.net <> | 2001-08-30 01:13:38 +0000 |
---|---|---|
committer | barnboy%trilobyte.net <> | 2001-08-30 01:13:38 +0000 |
commit | 0e0643a4272f64b10e765a1e850037fe4f9c4a4a (patch) | |
tree | 61776f22516b1847d435363c2f2c6af3635f92af /docs/xml | |
parent | Buncha' release updates. Moved all images to (diff) | |
download | bugzilla-0e0643a4272f64b10e765a1e850037fe4f9c4a4a.tar.gz bugzilla-0e0643a4272f64b10e765a1e850037fe4f9c4a4a.tar.bz2 bugzilla-0e0643a4272f64b10e765a1e850037fe4f9c4a4a.zip |
Typo in perl modify string, added "#!" to /usr/bin/perl strings.
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/installation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 9cf100fdb..79b402c5c 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -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> |