diff options
author | jake%bugzilla.org <> | 2003-03-27 08:06:37 +0000 |
---|---|---|
committer | jake%bugzilla.org <> | 2003-03-27 08:06:37 +0000 |
commit | 9665c0e6a0ee98cdd113e11b86d3efab474464c0 (patch) | |
tree | 53f75f6c8f1207c6dfba7209709e8a4bb9cca27f /UPGRADING-pre-2.8 | |
parent | Bug 195621 - Back out taint-related changes from bug 160710. Patch by gerv; r... (diff) | |
download | bugzilla-9665c0e6a0ee98cdd113e11b86d3efab474464c0.tar.gz bugzilla-9665c0e6a0ee98cdd113e11b86d3efab474464c0.tar.bz2 bugzilla-9665c0e6a0ee98cdd113e11b86d3efab474464c0.zip |
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.8 | 4 |
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"; |