[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Building JavaHL on OS X

From: Peter Samuelson <peter_at_p12n.org>
Date: 2005-12-08 06:52:38 CET

[David James]
> Perhaps use this test instead, to be consistant with the test for
> /Library/Java/Home?
> if test "$os_arch" = "Darwin" -a "$JDK" = "/Library/Java/Home"; then

If this is going into a configure file, you shouldn't use test -a.
It's not POSIX, let alone classic Bourne compatible. (Many modern
shells do accept it.)

"&& test" works fine, though.

Received on Thu Dec 8 06:53:30 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.