You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2006/06/29 15:31:54 UTC

svn commit: r418039 - in /lenya/zone/bin: nightly-branch.sh nightly-trunk.sh

Author: thorsten
Date: Thu Jun 29 06:31:54 2006
New Revision: 418039

URL: http://svn.apache.org/viewvc?rev=418039&view=rev
Log:
Updating shell scripts, removing a whitespace

Modified:
    lenya/zone/bin/nightly-branch.sh
    lenya/zone/bin/nightly-trunk.sh

Modified: lenya/zone/bin/nightly-branch.sh
URL: http://svn.apache.org/viewvc/lenya/zone/bin/nightly-branch.sh?rev=418039&r1=418038&r2=418039&view=diff
==============================================================================
--- lenya/zone/bin/nightly-branch.sh (original)
+++ lenya/zone/bin/nightly-branch.sh Thu Jun 29 06:31:54 2006
@@ -79,7 +79,7 @@
 echo >> $logfile
 echo "#first, kill running lenya instance" >> $logfile
 BRANCH_PID=`cat /export/home/lenya/bin/lenya-1_2.pid`
-ps -ef | grep lenya|grep $BRANCH_PID|grep -v grep|awk '{print "kill -9 "$2}'|sh >> $logfile
+ps -ef |grep lenya|grep $BRANCH_PID|grep -v grep|awk '{print "kill -9 "$2}'|sh >> $logfile
 rm /export/home/lenya/bin/lenya-1_2.pid >> $logfile
 echo "#building clean" >> $logfile 2>&1
 ./build.sh clean >> $logfile 2>&1

Modified: lenya/zone/bin/nightly-trunk.sh
URL: http://svn.apache.org/viewvc/lenya/zone/bin/nightly-trunk.sh?rev=418039&r1=418038&r2=418039&view=diff
==============================================================================
--- lenya/zone/bin/nightly-trunk.sh (original)
+++ lenya/zone/bin/nightly-trunk.sh Thu Jun 29 06:31:54 2006
@@ -89,7 +89,7 @@
 echo >> $logfile
 echo "#first, kill running lenya instance" >> $logfile 
 TRUNK_PID=`cat /export/home/lenya/bin/lenya-trunk.pid`
-ps -ef | grep lenya|grep $TRUNK_PID|grep -v grep|awk '{print "kill -9 "$2}'|sh >> $logfile
+ps -ef |grep lenya|grep $TRUNK_PID|grep -v grep|awk '{print "kill -9 "$2}'|sh >> $logfile
 rm /export/home/lenya/bin/lenya-trunk.pid  >> $logfile
 echo "#building clean" >> $logfile 2>&1
 rm /export/home/lenya/src/cocoon-2.1.x/local.b*



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org