The branch, 1.2.40 has been updated
       via  9fbd13ea7d3da5e297827e7763f336f484262f47 (commit)
      from  143ec438d9281a11fc7800921c2859a242037775 (commit)

http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=1.2.40


- Log -----------------------------------------------------------------
commit 9fbd13ea7d3da5e297827e7763f336f484262f47
Author: Amitay Isaacs <ami...@gmail.com>
Date:   Wed Jan 9 11:03:18 2013 +1100

    scripts: Fix the variable name for sed expressions
    
    Signed-off-by: Amitay Isaacs <ami...@gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 config/debug_locks.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/debug_locks.sh b/config/debug_locks.sh
index 5b9efed..91cb405 100755
--- a/config/debug_locks.sh
+++ b/config/debug_locks.sh
@@ -13,7 +13,7 @@ out=$( cat /proc/locks |
     while read pid rest ; do
        pname=$(readlink /proc/$pid/exe)
        echo $pid $pname $rest
-    done | sed -e "$sed_fu" | grep "\.tdb" )
+    done | sed -e "$sed_cmd" | grep "\.tdb" )
 
 if [ -n "$out" ]; then
     # Log information about locks


-- 
CTDB repository

Reply via email to