[uClibc]Building shared libstdc++

Bruce J.A. Nourish kode187 at kode187.net
Sun Jan 26 20:06:15 UTC 2003


On Sunday 26 January 2003 12:03 pm, Dave H wrote:
> #!/bin/bash
> bzip2 -dc $1

That should probably be

exec bzip2 -dc $@

No point having random shell processes floating around, or limiting 
ourselves to one file.
-- 
Bruce J.A. Nourish <kode187 at kode187.net>




More information about the uClibc mailing list