From 729242dbf8a8e224f2a1f5580fbd972bb18646f0 Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Tue, 16 Oct 2001 02:18:00 +0000 Subject: Recompiling docs to pick up last two changes --- docs/txt/Bugzilla-Guide.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/txt') diff --git a/docs/txt/Bugzilla-Guide.txt b/docs/txt/Bugzilla-Guide.txt index 17caf5ddd..ab66dcba7 100644 --- a/docs/txt/Bugzilla-Guide.txt +++ b/docs/txt/Bugzilla-Guide.txt @@ -1451,7 +1451,7 @@ Chapter 3. Installation "/opt/perl". As root, run these commands: bash# mkdir /usr/bonsaitools bash# mkdir /usr/bonsaitools/bin -bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl +bash# ln -s /usr/bin/perl /usr/bonsaitools/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: @@ -5898,7 +5898,8 @@ D.5. Hacking Bugzilla indentation level as that statement, for example: if ($var) { print "The variable is true"; - } else { + } + else { print "Try again"; } - NOT - -- cgit v1.2.3-24-g4f1b