On 8/16/05, Matthew Burgess <[EMAIL PROTECTED]> wrote: > Matthew Burgess wrote: > > > # echo `dirname $(gcc -print-file-name=libgcc.a)`/specs > > That can actually be shortened down to: > > SPECFILE=`dirname $(gcc -print-libgcc-file-name)`/specs > This stuff is all over my head but I'm just wondering why you would mix backticks and $(). Why not just use: echo $(dirname $(gcc -print-file-name=libgcc.a))/specs ?
Mike -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page