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:38:38 +0000 (21:38 +0100)
This is required to get the CIFSUPCALL_PROGS setting extracted from
config.log.

source/script/installman.sh

index 75e53813a013a583f6dd900dee1300282c3fe039..085e86227c29f732e6e9f216ffc4dee37575038c 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