summaryrefslogtreecommitdiffstats
path: root/docs/txt
diff options
context:
space:
mode:
authorbarnboy%trilobyte.net <>2001-08-30 03:13:38 +0200
committerbarnboy%trilobyte.net <>2001-08-30 03:13:38 +0200
commit0e0643a4272f64b10e765a1e850037fe4f9c4a4a (patch)
tree61776f22516b1847d435363c2f2c6af3635f92af /docs/txt
parent58593ba9d058e7fdd2fbac2d45dafefcbc6bbb4e (diff)
downloadbugzilla-0e0643a4272f64b10e765a1e850037fe4f9c4a4a.tar.gz
bugzilla-0e0643a4272f64b10e765a1e850037fe4f9c4a4a.tar.xz
Typo in perl modify string, added "#!" to /usr/bin/perl strings.
Diffstat (limited to 'docs/txt')
-rw-r--r--docs/txt/Bugzilla-Guide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/txt/Bugzilla-Guide.txt b/docs/txt/Bugzilla-Guide.txt
index 685ce6408..17caf5ddd 100644
--- a/docs/txt/Bugzilla-Guide.txt
+++ b/docs/txt/Bugzilla-Guide.txt
@@ -1455,7 +1455,7 @@ bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl
Alternately, you can simply run this perl one-liner to change your
path to perl in all the files in your Bugzilla installation:
-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
Change the second path to perl to match your installation.