summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-01-18 16:52:07 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-01-18 16:52:07 +0800
commitc4664bad5179040ed6a6aa6b7df37dcd46abe27e (patch)
treec1e4e17f9a0362da0c491f157a08e891e8dd70e9
parentc46fffb99342eee4d4eeec4e8a4707a294f0b3b7 (diff)
downloadpttbbs-c4664bad5179040ed6a6aa6b7df37dcd46abe27e.tar
pttbbs-c4664bad5179040ed6a6aa6b7df37dcd46abe27e.tar.gz
pttbbs-c4664bad5179040ed6a6aa6b7df37dcd46abe27e.tar.bz2
pttbbs-c4664bad5179040ed6a6aa6b7df37dcd46abe27e.tar.lz
pttbbs-c4664bad5179040ed6a6aa6b7df37dcd46abe27e.tar.xz
pttbbs-c4664bad5179040ed6a6aa6b7df37dcd46abe27e.tar.zst
pttbbs-c4664bad5179040ed6a6aa6b7df37dcd46abe27e.zip
use speedy in builder
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1485 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rwxr-xr-xblog/builddb.pl3
-rwxr-xr-xstaticweb/manbuilder.pl2
2 files changed, 3 insertions, 2 deletions
diff --git a/blog/builddb.pl b/blog/builddb.pl
index 4c38c2a3..c21c5f89 100755
--- a/blog/builddb.pl
+++ b/blog/builddb.pl
@@ -1,4 +1,5 @@
-#!/usr/bin/perl
+#!/usr/local/bin/speedy
+# $Id$
use lib '/home/bbs/bin/';
use strict;
use Getopt::Std;
diff --git a/staticweb/manbuilder.pl b/staticweb/manbuilder.pl
index dafd1761..34a53442 100755
--- a/staticweb/manbuilder.pl
+++ b/staticweb/manbuilder.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/speedy
# $Id$
use lib '/home/bbs/bin/';
use strict;