On Sun, Jun 19, 2011 at 10:16 PM, Cyril Brulebois wrote:
> POSIX says equality is tested through the = operator; == is a bashism.
Ok, thanks.
Kristian
> ---
> configure.ac | 22 +++---
> 1 files changed, 11 insertions(+), 11 deletions(-)
>
> In case a pointer is needed:
> ht
POSIX says equality is tested through the = operator; == is a bashism.
---
configure.ac | 22 +++---
1 files changed, 11 insertions(+), 11 deletions(-)
In case a pointer is needed:
http://pubs.opengroup.org/onlinepubs/95399/utilities/test.html
diff --git a/configure.ac b/