diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-02-19 10:23:19 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-02-19 10:23:19 +0000 |
| commit | 99ae86e8e464a90f333d42a8d802976cffd2f145 (patch) | |
| tree | 8249034bf76d10116e37194d0a310e032b03f988 | |
| parent | 441d69053491dd7a25e061d1dd81ddb7ed605951 (diff) | |
| download | uClibc-alpine-99ae86e8e464a90f333d42a8d802976cffd2f145.tar.bz2 uClibc-alpine-99ae86e8e464a90f333d42a8d802976cffd2f145.tar.xz | |
Strict POSIX requires a path to specified to `find`
(synch with trunk).
| -rwxr-xr-x | extra/scripts/install_headers.sh | 2 |
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' ) | \ ( |
