Subject: Re: Setting a make variable based on sh variable
To: <>
From: David Laight <david@l8s.co.uk>
List: tech-pkg
Date: 06/21/2004 20:11:06
>  IRIX make & smake (pmake):
> 
>  SOME_VAR=`. /usr/pkg/lib/tclConfig.sh && echo $$TCL_LIBS`

Are you sure?
That is likely to run the command when SOME_VAR is substituted into
another command, not when the assignment is executed.

	David

-- 
David Laight: david@l8s.co.uk