summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2009-02-19 10:23:19 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2009-02-19 10:23:19 +0000
commit99ae86e8e464a90f333d42a8d802976cffd2f145 (patch)
tree8249034bf76d10116e37194d0a310e032b03f988
parent441d69053491dd7a25e061d1dd81ddb7ed605951 (diff)
downloaduClibc-alpine-99ae86e8e464a90f333d42a8d802976cffd2f145.tar.bz2
uClibc-alpine-99ae86e8e464a90f333d42a8d802976cffd2f145.tar.xz
Strict POSIX requires a path to specified to `find`
(synch with trunk).
-rwxr-xr-xextra/scripts/install_headers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/scripts/install_headers.sh b/extra/scripts/install_headers.sh
index f01d89445..ea33db4ae 100755
--- a/extra/scripts/install_headers.sh
+++ b/extra/scripts/install_headers.sh
@@ -33,7 +33,7 @@ fi
(
# 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'
) | \
(