svn commit: branches/uClibc_0_9_30/extra/scripts

aldot at uclibc.org aldot at uclibc.org
Thu Feb 19 10:28:37 UTC 2009


Author: aldot
Date: 2009-02-19 10:28:36 +0000 (Thu, 19 Feb 2009)
New Revision: 25385

Log:
- strict POSIX requires a path to specified to `find` (vapier, via trunk r25326)


Modified:
   branches/uClibc_0_9_30/extra/scripts/install_headers.sh


Changeset:
Modified: branches/uClibc_0_9_30/extra/scripts/install_headers.sh
===================================================================
--- branches/uClibc_0_9_30/extra/scripts/install_headers.sh	2009-02-19 10:25:35 UTC (rev 25384)
+++ branches/uClibc_0_9_30/extra/scripts/install_headers.sh	2009-02-19 10:28:36 UTC (rev 25385)
@@ -33,7 +33,7 @@
 (
 # We must cd, or else we'll prepend "$1" to filenames!
 cd "$1" || exit 1
-find ! -name '.' -a ! -path '*/.*' | sed -e 's/^\.\///' -e '/^config\//d' \
+find . ! -name '.' -a ! -path '*/.*' | sed -e 's/^\.\///' -e '/^config\//d' \
 	-e '/^config$/d'
 ) | \
 (



More information about the uClibc-cvs mailing list