|
From: Bob T. <bt...@us...> - 2004-02-10 01:14:45
|
Update of /cvsroot/benson/benson3/scripts/cgi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8044 Modified Files: alertview.cgi.tmpl Log Message: Fixed the dynamic perlpath thingy. Index: alertview.cgi.tmpl =================================================================== RCS file: /cvsroot/benson/benson3/scripts/cgi/alertview.cgi.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** alertview.cgi.tmpl 9 Feb 2004 22:26:46 -0000 1.4 --- alertview.cgi.tmpl 9 Feb 2004 22:47:35 -0000 1.5 *************** *** 1,3 **** ! #!/usr/local/bin/perl -I/tmp/benson3/lib/perl/ use DBI; --- 1,3 ---- ! #!perlpath -Iprefixpath/lib/perl/ use DBI; |