$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: troy_at_[hidden]
Date: 2008-07-02 21:14:26
Author: troy
Date: 2008-07-02 21:14:26 EDT (Wed, 02 Jul 2008)
New Revision: 47022
URL: http://svn.boost.org/trac/boost/changeset/47022
Log:
tweak. sloppy.
Text files modified: 
   branches/CMake/release/tools/build/CMake/unix_kill.py.in |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/CMake/release/tools/build/CMake/unix_kill.py.in
==============================================================================
--- branches/CMake/release/tools/build/CMake/unix_kill.py.in	(original)
+++ branches/CMake/release/tools/build/CMake/unix_kill.py.in	2008-07-02 21:14:26 EDT (Wed, 02 Jul 2008)
@@ -1,6 +1,6 @@
 import os
 def kill_subprocess(pid):
-    os.kill(subproc.pid, signal.SIGKILL)
+    os.kill(pid, signal.SIGKILL)
     os.waitpid(-1, os.WNOHANG)