You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by ms...@apache.org on 2004/10/02 16:41:21 UTC

svn commit: rev 51800 - spamassassin/trunk/spamc

Author: mss
Date: Sat Oct  2 07:41:20 2004
New Revision: 51800

Modified:
   spamassassin/trunk/spamc/configure.pl
Log:
Fixed small bug in error message (wrong file was printed).


Modified: spamassassin/trunk/spamc/configure.pl
==============================================================================
--- spamassassin/trunk/spamc/configure.pl	(original)
+++ spamassassin/trunk/spamc/configure.pl	Sat Oct  2 07:41:20 2004
@@ -70,7 +70,7 @@
   # Got to check for defined because the script returns shell error level!
   unless (defined do $0) {
     $0 = $Z;
-    die $@ ? $@ : "Can't exec `$::args[0]': $!";
+    die $@ ? $@ : "Can't exec `version.h.pl': $!";
   }
 }