Replace \s with [[:space:]] in our regexps we use for egrep.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 9 Jul 2008 00:03:21 +0000 (10:03 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 9 Jul 2008 00:03:21 +0000 (10:03 +1000)
commitfd7bb21c4f9289fc34a57f9d8cb7c13a02d06096
treeccf056461e263c8b8b5aa27dd05301a9274b6800
parent702ced6c2fe569c01fe96c60d0f35a7e61506a96
Replace \s with [[:space:]] in our regexps we use for egrep.

Kevin Collins noticed that RHEL5 grep-2.5.1-54.2.el5 built for
x86 does not handle \s    while the exact same RHEL5 package for amd64
does!

[[:space:]] is more portable.  Even across the same package version ( different architecture ) from the same vendor :-)
config/functions