diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-01-18 16:52:07 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-01-18 16:52:07 +0800 |
commit | c4664bad5179040ed6a6aa6b7df37dcd46abe27e (patch) | |
tree | c1e4e17f9a0362da0c491f157a08e891e8dd70e9 | |
parent | c46fffb99342eee4d4eeec4e8a4707a294f0b3b7 (diff) | |
download | pttbbs-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-x | blog/builddb.pl | 3 | ||||
-rwxr-xr-x | staticweb/manbuilder.pl | 2 |
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; |