Bug 4517 - grep isn't always posix
Summary: grep isn't always posix
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.23
Hardware: Other Solaris
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-16 00:29 UTC by David Leonard (550 5.7.1 Unable to deliver)
Modified: 2019-06-18 22:57 UTC (History)
0 users

See Also:


Attachments
use [A-Z][A-Z0-9] instead (424 bytes, patch)
2007-04-16 00:30 UTC, David Leonard (550 5.7.1 Unable to deliver)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Leonard (550 5.7.1 Unable to deliver) 2007-04-16 00:29:42 UTC
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
Comment 1 David Leonard (550 5.7.1 Unable to deliver) 2007-04-16 00:30:18 UTC
Created attachment 2388 [details]
use [A-Z][A-Z0-9] instead
Comment 2 Björn Jacke 2019-06-18 22:57:53 UTC
Sorry for the long delay. installman.sh doesn't exist any more and threre is no grep incarnation with [:alnum:] elsewhere.