On Friday 10 October 2008 09:46:01 al...@uclibc.org wrote:
> Author: aldot
> Date: 2008-10-10 06:46:01 -0700 (Fri, 10 Oct 2008)
> New Revision: 23654
>
> Log:
> - remove bashism; don't install config/* to the target
>
> Modified:
>    trunk/uClibc/extra/scripts/install_headers.sh
>
> -find ! -name '.' -a ! -path '*/.*'
> +find ! -name '.' -a ! -path '*/.*' | sed -e 's/^\.\///' -e '/^config\//d'
>  ) | \
>  (
>  IFS=''
>  while read -r filename; do
> -     filename="${filename#./}"

by the by, that isnt a bashism.  it's perfectly POSIX.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to