Side comment:

On Fri, Jun 05, 2009 at 01:01:15PM -0400, Darin Perusich wrote:
> 
> for ii in $PKGLIST
> do
>   chroot /a /opt/csw/bin/pkg-get install $ii
> done
> 

This is mildly inefficient. You could just have a single line, 



  chroot /a /opt/csw/bin/pkg-get install $PKGLIST

:-)

_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers

Reply via email to