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

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


The branch, v3-3-test has been updated
       via  64982295fccc5758aff4464b5527a27621386bc9 (commit)
      from  e9e2414e798a2eb447de45803e61cc0a49752f11 (commit)

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


- Log -----------------------------------------------------------------
commit 64982295fccc5758aff4464b5527a27621386bc9
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 75e5381..085e862 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