From cc7ae806ec21dc3771e7aaeb75b4dd647bc30f80 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Sun, 27 Jul 2003 03:40:17 +0000 Subject: [PATCH] removed an extra '@' from the @@LIBDIR@@ token --- src/www-spong.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.30.2