diff options
author | barnboy%trilobyte.net <> | 2008-04-04 13:45:57 +0200 |
---|---|---|
committer | barnboy%trilobyte.net <> | 2008-04-04 13:45:57 +0200 |
commit | ddf0aa7e6f7ef67c376c50f5d48bd17d61e7decd (patch) | |
tree | 5d2fd3de58cff52560761860ae6c216e78da5a3a | |
parent | 114fd675b465fabab59928abb8593f156f82833d (diff) | |
download | bugzilla-ddf0aa7e6f7ef67c376c50f5d48bd17d61e7decd.tar.gz bugzilla-ddf0aa7e6f7ef67c376c50f5d48bd17d61e7decd.tar.xz |
Typo in perl modify string, added "#!" to /usr/bin/perl strings.
-rw-r--r-- | docs/en/xml/installation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 9cf100fdb..79b402c5c 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/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> |