summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Müller <lars@samba.org>2009-02-02 21:38:38 +0100
committerKarolin Seeger <kseeger@samba.org>2009-07-30 09:22:11 +0200
commit37d3a86f63b3c749a443720eaa5692a5ffb08b6c (patch)
tree279e1eab61e94bebcefce3dd32444a68efda46cb
parent27c0adceb1a9fe7a2ce310f105e244ecec477921 (diff)
downloadsamba-37d3a86f63b3c749a443720eaa5692a5ffb08b6c.tar.gz
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)
-rwxr-xr-xsource/script/installman.sh2
1 files changed, 1 insertions, 1 deletions
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