]> git.etc.gen.nz Git - spong.git/commitdiff
removed an extra '@' from the @@LIBDIR@@ token
authorStephen L Johnson <sjohnson@monsters.org>
Sun, 27 Jul 2003 03:40:17 +0000 (03:40 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Sun, 27 Jul 2003 03:40:17 +0000 (03:40 +0000)
src/www-spong.pl

index eb76642d989ed11ff60f3f1a220f948ab34cf26e..15259697613fbde3e8752ae7dd915b251aac5409 100755 (executable)
@@ -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;