svn commit: trunk/uClibc/extra/scripts

Mike Frysinger vapier at gentoo.org
Wed Jul 15 23:17:52 UTC 2009


On Friday 10 October 2008 09:46:01 aldot at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/uclibc-cvs/attachments/20090715/0d7fbf24/attachment.pgp>


More information about the uClibc-cvs mailing list