source/script/installman.sh contains this line: eval `grep "^[[:alnum:]]*=.*" "${SRCDIR}/config.log"` But on older Solaris systems, grep on [[:alnum:]] doesn't match all alphanumeric chars
Created attachment 2388 [details] use [A-Z][A-Z0-9] instead
Sorry for the long delay. installman.sh doesn't exist any more and threre is no grep incarnation with [:alnum:] elsewhere.