[m-rev.] install ROTD versions of the mercury-gcc distribution

Zoltan Somogyi zs at cs.mu.OZ.AU
Mon Oct 7 03:22:30 AEST 2002


On 03-Oct-2002, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> if [ -d gcc/. && -d mercury-gcc/. ]; then

What is wrong with

	if test -d gcc/. -a -d mercury-gcc/. ; then
	...

It seems better than the previously suggested solution.

Zoltan.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list