You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2011/12/13 16:52:36 UTC

svn commit: r1213749 - /spamassassin/trunk/build/mkupdates/do-stable-update-with-scores

Author: kmcgrail
Date: Tue Dec 13 15:52:36 2011
New Revision: 1213749

URL: http://svn.apache.org/viewvc?rev=1213749&view=rev
Log:
Added an s to the script name

Modified:
    spamassassin/trunk/build/mkupdates/do-stable-update-with-scores

Modified: spamassassin/trunk/build/mkupdates/do-stable-update-with-scores
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/mkupdates/do-stable-update-with-scores?rev=1213749&r1=1213748&r2=1213749&view=diff
==============================================================================
--- spamassassin/trunk/build/mkupdates/do-stable-update-with-scores (original)
+++ spamassassin/trunk/build/mkupdates/do-stable-update-with-scores Tue Dec 13 15:52:36 2011
@@ -15,12 +15,12 @@ RV=$?
 if [ $RV -ne 0 ] ; then 
 	echo "Exit Status $RV is not zero for do-nightly-resorce-example" 
 else
-	echo 'Running mkupdate-with-score...'
+	echo 'Running mkupdate-with-scores...'
 	echo ''
-	/home/updatesd/svn/mkupdates-with-scores/mkupdate-with-score
+	/home/updatesd/svn/mkupdates-with-scores/mkupdate-with-scores
 	RV=$?
 	if [ $RV -ne 0 ] ; then 
-		echo "Exit Status $RV is not zero for mkupdate-with-score" 
+		echo "Exit Status $RV is not zero for mkupdate-with-scores" 
 	fi
 fi