You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ja...@apache.org on 2010/05/04 22:01:26 UTC

svn commit: r941018 - /geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/util/BastardChildReaper.groovy

Author: jawarner
Date: Tue May  4 20:01:26 2010
New Revision: 941018

URL: http://svn.apache.org/viewvc?rev=941018&view=rev
Log:
Missed a paranthesis

Modified:
    geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/util/BastardChildReaper.groovy

Modified: geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/util/BastardChildReaper.groovy
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/util/BastardChildReaper.groovy?rev=941018&r1=941017&r2=941018&view=diff
==============================================================================
--- geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/util/BastardChildReaper.groovy (original)
+++ geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/util/BastardChildReaper.groovy Tue May  4 20:01:26 2010
@@ -129,7 +129,7 @@ class BastardChildReaper extends LogSupp
     def reap() {
         log.info 'Checking for bastard children...'
         
-        String pid = ShellExecutor.execute('$(sh -c \'echo $PPID\'')
+        String pid = ShellExecutor.execute('$(sh -c \'echo $PPID\')')
         
         log.info "Reaping bastard children of $pid"