[sword-svn] r2100 - trunk/utilities/perl
chrislit at www.crosswire.org
chrislit at www.crosswire.org
Sun Oct 7 13:14:37 MST 2007
Author: chrislit
Date: 2007-10-07 13:14:37 -0700 (Sun, 07 Oct 2007)
New Revision: 2100
Modified:
trunk/utilities/perl/linkvers.pl
Log:
Modified: trunk/utilities/perl/linkvers.pl
===================================================================
--- trunk/utilities/perl/linkvers.pl 2007-10-07 19:21:45 UTC (rev 2099)
+++ trunk/utilities/perl/linkvers.pl 2007-10-07 20:14:37 UTC (rev 2100)
@@ -3,7 +3,7 @@
$vplfile = $ARGV[0];
if ($vplfile eq "") {
- die("linkvers.pl Syntax:\n./linkvers.pl <vpl file> [1 - checking mode on].\nMust be run AFTER vpl2mod is completed.\ndied");
+ die("linkvers.pl Syntax:\n./linkvers.pl <vpl file> [1 - checking mode on].\nMust be run AFTER vpl2mod is completed.\n");
}
$check = $ARGV[1];
More information about the sword-cvs
mailing list