Olly Betts wrote: > > On Thu, Oct 25, 2001 at 02:43:23PM -0500, Robert Boehne wrote: > > + if test `expr "X$rmfiles" : ".*"` -gt $max_cmd_len; then > > How portable is "test -gt"? The Goat book doesn't list it as a portable > test operator: > > http://sources.redhat.com/autobook/autobook/autobook_216.html > > Cheers, > Olly
It is portable (how portable I don't know), and used by ltmain in several places. Rob -- Robert Boehne Software Engineer Ricardo Software Chicago Technical Center TEL: (630)789-0003 x. 238 FAX: (630)789-0127 email: [EMAIL PROTECTED] _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
