You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2007/09/27 14:22:12 UTC

svn commit: r579984 - /spamassassin/trunk/masses/rule-qa/nightly-slave-start

Author: jm
Date: Thu Sep 27 05:22:11 2007
New Revision: 579984

URL: http://svn.apache.org/viewvc?rev=579984&view=rev
Log:
oops, missed a 'cd'

Modified:
    spamassassin/trunk/masses/rule-qa/nightly-slave-start

Modified: spamassassin/trunk/masses/rule-qa/nightly-slave-start
URL: http://svn.apache.org/viewvc/spamassassin/trunk/masses/rule-qa/nightly-slave-start?rev=579984&r1=579983&r2=579984&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/nightly-slave-start (original)
+++ spamassassin/trunk/masses/rule-qa/nightly-slave-start Thu Sep 27 05:22:11 2007
@@ -33,13 +33,15 @@
 # rebuild to compile the blib modules for this platform.
 
 ssh $host \
+    cd $clienttree \; \
     . /etc/profile \; \
     perl Makefile.PL \; \
     make clean \; \
     perl Makefile.PL \; \
     make < /dev/null
 
-ssh -f $host cd $clienttree/masses \; \
+ssh -f $host \
+    cd $clienttree/masses \; \
     . /etc/profile \; \
     TZ=UTC ./mass-check --cs_ssl --cs_verbose --client $serverhost &