On Mon, 27 Sep 2010 17:52:42 -0400 linux fan <[email protected]> wrote:
> wgetter
<Scripting nitpick>
Launch 2 subprocesses when you could do it in bash? Instead of:
here=$(basename $(pwd))
Try:
here=${PWD##*/}
</Scripting nitpick>
Andy
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
