On May 26, 2009, at 4:07 PM, KH wrote:
You can do whatever you wish as long as USE contains all you need in the
end.  Example:

 USE_FOO="this n that"
 USE_BAR="some more flags"
 BLAH="whatever else there might be"

 USE="${USE_FOO} ${USE_BAR} ${BLAH}"



Thank's. That is exactly what I was looking for.

kh


But that will likely break, or render useless, the ufed tool.

If you don't use that, you probably should.


Reply via email to