Bug#323098: lintian: while [[ is a bashism, [[:space:]] co. are POSIX

2005-08-14 Thread Stephen Gran
Package: lintian Version: 1.23.11 Severity: normal The test introduced as a result of 296233 is a little overzealous, catching valid POSIX regular expressions. The patch below fixes it, hopefully correctly. --- checks/scripts.old 2005-08-14 13:28:30.0 -0400 +++ checks/scripts

Bug#323098: lintian: while [[ is a bashism, [[:space:]] co. are POSIX

2005-08-14 Thread Frank Lichtenheld
On Sun, Aug 14, 2005 at 01:45:48PM -0400, Stephen Gran wrote: The test introduced as a result of 296233 is a little overzealous, catching valid POSIX regular expressions. The patch below fixes it, hopefully correctly. --- checks/scripts.old 2005-08-14 13:28:30.0 -0400 +++