Baho Utot wrote:

> You can change
>
> } 2>&1 | tee -a $LOG
>
> to
>
> } |& tee -a $LOG
>
>
> the |& does the same thing as 2>&1

Perhaps, but the construct I use is clear to me.  There is more than one 
way to do things.

   -- Bruce




-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to