Adjust regex to match variable names including underscores
authorLars Müller <lars@samba.org>
Mon, 2 Feb 2009 20:38:38 +0000 (21:38 +0100)
committerLars Müller <lars@samba.org>
Mon, 2 Feb 2009 20:42:33 +0000 (21:42 +0100)
This is required to get the CIFSUPCALL_PROGS setting extracted from
config.log.

source/script/installman.sh

index 76b8845f3f3cda5bd0add9074433cc02a670737b..ad085139d9eeccdeb8beceb32a0a73e56b2ca900 100755 (executable)
@@ -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