svn commit: branches/uClibc-nptl/extra/scripts

carmelo at uclibc.org carmelo at uclibc.org
Thu Feb 19 10:23:22 UTC 2009


Author: carmelo
Date: 2009-02-19 10:23:19 +0000 (Thu, 19 Feb 2009)
New Revision: 25382

Log:
Strict POSIX requires a path to specified to `find`
(synch with trunk).


Modified:
   branches/uClibc-nptl/extra/scripts/install_headers.sh


Changeset:
Modified: branches/uClibc-nptl/extra/scripts/install_headers.sh
===================================================================
--- branches/uClibc-nptl/extra/scripts/install_headers.sh	2009-02-19 10:21:04 UTC (rev 25381)
+++ branches/uClibc-nptl/extra/scripts/install_headers.sh	2009-02-19 10:23:19 UTC (rev 25382)
@@ -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