From: Lars Müller Date: Mon, 2 Feb 2009 20:38:38 +0000 (+0100) Subject: Adjust regex to match variable names including underscores X-Git-Tag: samba-3.0.36~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37d3a86f63b3c749a443720eaa5692a5ffb08b6c;p=thirdparty%2Fsamba.git Adjust regex to match variable names including underscores This is required to get the CIFSUPCALL_PROGS setting extracted from config.log. (cherry picked from commit dbfdfd047e8e69942b3289733d300d716cdbec53) --- diff --git a/source/script/installman.sh b/source/script/installman.sh index 76b8845f3f3..ad085139d9e 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