bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.53b on BeOS, 7 failures


From: Paul Eggert
Subject: Re: 2.53b on BeOS, 7 failures
Date: Fri, 26 Jul 2002 04:03:43 -0700 (PDT)

Following up on Akim's message about 'expr', it does appear
that your BeOS 'expr' seems to be busted.  Which expr is it?

Can you please try the following to help debug this?
I enclose the answers that I got on my box.

$ LC_ALL=C
$ export LC_ALL
$ expr X//1/3/// : 'X\(.*[^/]\)//*[^/][^/]*/*$'
//1
$ expr X//1/3/// : 'X\(.*[^/]\)/'
//1/3
$ expr X//1/3/// : 'X\(.*[^/]\)'
//1/3
$ expr X/ : 'X\(.*[^/]\)'

$ expr XY/ : 'X\(.*[^/]\)'
Y
$ expr --version
expr (GNU sh-utils) 2.0
Written by Mike Parker.

Copyright (C) 1999 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ type expr
expr is hashed (/usr/bin/expr)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]