svn commit: trunk/uClibc/extra/scripts

vapier at uclibc.org vapier at uclibc.org
Fri Feb 13 18:57:45 UTC 2009


Author: vapier
Date: 2009-02-13 18:57:43 +0000 (Fri, 13 Feb 2009)
New Revision: 25326

Log:
strict POSIX requires a path to specified to `find`

Modified:
   trunk/uClibc/extra/scripts/install_headers.sh


Changeset:
Modified: trunk/uClibc/extra/scripts/install_headers.sh
===================================================================
--- trunk/uClibc/extra/scripts/install_headers.sh	2009-02-13 15:35:26 UTC (rev 25325)
+++ trunk/uClibc/extra/scripts/install_headers.sh	2009-02-13 18:57:43 UTC (rev 25326)
@@ -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