aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_build_files.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-06 09:17:26 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-08-06 09:17:26 +0200
commit95b83ba4f81f0985e2aeb9aec9cd67db7d5d1126 (patch)
tree7a49570f8089af0e9f012ea5a4cf37a7daf38096 /scripts/gen_build_files.sh
parent6814cbc9288601840aedb372e2bd84dab76ffa43 (diff)
downloadbusybox-95b83ba4f81f0985e2aeb9aec9cd67db7d5d1126.tar.gz
OpenBSD compatibility
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/gen_build_files.sh')
-rwxr-xr-xscripts/gen_build_files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_build_files.sh b/scripts/gen_build_files.sh
index 18c172d5a..09a95b507 100755
--- a/scripts/gen_build_files.sh
+++ b/scripts/gen_build_files.sh
@@ -48,7 +48,7 @@ if test x"$new" != x"$old"; then
fi
# (Re)generate */Kbuild and */Config.in
-{ cd -- "$srctree" && find -type d; } | while read -r d; do
+{ cd -- "$srctree" && find . -type d; } | while read -r d; do
d="${d#./}"
src="$srctree/$d/Kbuild.src"