summaryrefslogtreecommitdiffstats
path: root/UPGRADING-pre-2.8
diff options
context:
space:
mode:
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";