summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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