On 8/19/07, Trent Shea <[EMAIL PROTECTED]> wrote: > On Sunday 19 August 2007 15:11, J.R. Hass wrote: > > Is there a way to store that command in a variable and then run it > > from the command line via a variable? > > You might try playing around with an alias rather than export, but it's > probably better to separate the CC= from the command. > ... > export CC="gcc -B/usr/bin" > ../configure...
It appears I overlooked the "eval" command, which in fact does exactly what I wanted. Thanks for the replys! -JR -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
