diff options
-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; |