projects
/
spong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19a5520
)
removed an extra '@' from the @@LIBDIR@@ token
author
Stephen L Johnson
<sjohnson@monsters.org>
Sun, 27 Jul 2003 03:40:17 +0000
(
03:40
+0000)
committer
Stephen L Johnson
<sjohnson@monsters.org>
Sun, 27 Jul 2003 03:40:17 +0000
(
03:40
+0000)
src/www-spong.pl
patch
|
blob
|
history
diff --git
a/src/www-spong.pl
b/src/www-spong.pl
index eb76642d989ed11ff60f3f1a220f948ab34cf26e..15259697613fbde3e8752ae7dd915b251aac5409 100755
(executable)
--- 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.2
2 2003/05/14 05:49:46
sljohnson Exp $
+# $Id: www-spong.pl,v 1.2
3 2003/07/27 03:40:17
sljohnson Exp $
-use lib "@@
@
LIBDIR@@";
+use lib "@@LIBDIR@@";
use Sys::Hostname;
use Getopt::Long;