In the last episode of the mysql list (May 26), Michael Widenius said:
> >> Fix:
> long> Change the problem line from:
>
> long> if ! test $# -gt 0; then usage; fi
>
> long> to:
>
> long> if test $# -le 0; then usage; fi
>
> I have now fixed this for the upcoming 3.23.39. Thanks!
The
Hi!
> "long" == long <[EMAIL PROTECTED]> writes:
>> Description:
long> The mysql_config script contains the following line:
long> if ! test $# -gt 0; then usage; fi
long> which according to my sh man page doesn't work because ! isn't valid and in
long> fact when I run it on Compaq Tru64
ll.
>
> >Fix:
> Change the problem line from:
>
> if ! test $# -gt 0; then usage; fi
>
> to:
>
> if test $# -le 0; then usage; fi
>
>
> >Submitter-Id:
> >Originator: Jeff Long
> >Organization:
> The University of Kansas
> &g
e 0; then usage; fi
>Submitter-Id:
>Originator:Jeff Long
>Organization:
The University of Kansas
>
>MySQL support: none
>Synopsis: mysql_config broken
>Severity: serious
>Priority: medium
>Category: mysql
>Class: sw-bug
>Release: