summaryrefslogtreecommitdiffstats
path: root/UPGRADING-pre-2.8
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2003-03-27 09:06:37 +0100
committerjake%bugzilla.org <>2003-03-27 09:06:37 +0100
commit9665c0e6a0ee98cdd113e11b86d3efab474464c0 (patch)
tree53f75f6c8f1207c6dfba7209709e8a4bb9cca27f /UPGRADING-pre-2.8
parentd97f96781715a3d13dc99deb616aa63c4aeb42d5 (diff)
downloadbugzilla-9665c0e6a0ee98cdd113e11b86d3efab474464c0.tar.gz
bugzilla-9665c0e6a0ee98cdd113e11b86d3efab474464c0.tar.xz
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
r=justdave a=justdave
Diffstat (limited to 'UPGRADING-pre-2.8')
-rw-r--r--UPGRADING-pre-2.84
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADING-pre-2.8 b/UPGRADING-pre-2.8
index b01d98269..9d0da5e24 100644
--- a/UPGRADING-pre-2.8
+++ b/UPGRADING-pre-2.8
@@ -73,7 +73,7 @@ was. Nothing uses this yet, but it still should be recorded.
You should also run this script to populate the new field:
-#!/usr/bonsaitools/bin/perl -w
+#!/usr/bin/perl -w
use diagnostics;
use strict;
require "globals.pl";
@@ -149,7 +149,7 @@ that submitted the text. This bug has been fixed, so that no further changes
like that will happen. But to fix problems that have already crept into your
database, you can run the following perl script (which is slow and ugly, but
does work:)
-#!/usr/bonsaitools/bin/perl -w
+#!/usr/bin/perl -w
use diagnostics;
use strict;
require "globals.pl";