[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3421-g1c3313d

Lars Müller lmuelle at samba.org
Mon Feb 2 20:42:29 GMT 2009


The branch, v3-2-test has been updated
       via  1c3313dea793a7eea72afb990da125f6c2a8444c (commit)
      from  b44b29e5d9047f79202fa8fb3ca0eb86b2a98090 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 1c3313dea793a7eea72afb990da125f6c2a8444c
Author: Lars Müller <lars at samba.org>
Date:   Mon Feb 2 21:38:38 2009 +0100

    Adjust regex to match variable names including underscores
    
    This is required to get the CIFSUPCALL_PROGS setting extracted from
    config.log.

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

Summary of changes:
 source/script/installman.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/script/installman.sh b/source/script/installman.sh
index e53ab37..c13c119 100755
--- a/source/script/installman.sh
+++ b/source/script/installman.sh
@@ -20,7 +20,7 @@ fi
 
 # Get the configured feature set
 test -f "${SRCDIR}/config.log" && \
-	eval `grep "^[[:alnum:]]*=.*" "${SRCDIR}/config.log"`
+	eval `grep "^[[:alnum:]_]*=.*" "${SRCDIR}/config.log"`
 
 for lang in $langs; do
     if [ "X$lang" = XC ]; then


-- 
Samba Shared Repository


More information about the samba-cvs mailing list