From: Stephen L Johnson Date: Sun, 27 Jul 2003 03:40:17 +0000 (+0000) Subject: removed an extra '@' from the @@LIBDIR@@ token X-Git-Tag: spong-2_8_0-beta1~30 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc7ae806ec21dc3771e7aaeb75b4dd647bc30f80;p=spong.git removed an extra '@' from the @@LIBDIR@@ token --- diff --git a/src/www-spong.pl b/src/www-spong.pl index eb76642..1525969 100755 --- a/src/www-spong.pl +++ b/src/www-spong.pl @@ -12,9 +12,9 @@ # (3) Re-did as a client which gets info from the spong-server (07/24/1997) # (4) Did a whole bunch of stuff (Ed Hill, 06/18/1998) # -# $Id: www-spong.pl,v 1.22 2003/05/14 05:49:46 sljohnson Exp $ +# $Id: www-spong.pl,v 1.23 2003/07/27 03:40:17 sljohnson Exp $ -use lib "@@@LIBDIR@@"; +use lib "@@LIBDIR@@"; use Sys::Hostname; use Getopt::Long;