diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2014-03-16 12:05:58 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2014-03-16 12:05:58 +0100 |
| commit | 29f352604868c5d17c81948ea30e332491cecada (patch) | |
| tree | 1bbbefea2a7c597220b4e6e8476cd0195337c660 /scripts | |
| parent | 0e3334c8d8f021ed87d873ac95e165cde9da5e4d (diff) | |
| download | busybox-w32-29f352604868c5d17c81948ea30e332491cecada.tar.gz busybox-w32-29f352604868c5d17c81948ea30e332491cecada.tar.bz2 busybox-w32-29f352604868c5d17c81948ea30e332491cecada.zip | |
build system: for "find", use POSIX not operator (!) instead of -not
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/gen_build_files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_build_files.sh b/scripts/gen_build_files.sh index e8fa831be..ebee17c64 100755 --- a/scripts/gen_build_files.sh +++ b/scripts/gen_build_files.sh | |||
| @@ -71,7 +71,7 @@ sed -n -e 's@^//usage:\([ '"$TAB"'].*\)$@\1 \\@p' \ | |||
| 71 | 71 | ||
| 72 | # (Re)generate */Kbuild and */Config.in | 72 | # (Re)generate */Kbuild and */Config.in |
| 73 | # We skip .dotdirs - makes git/svn/etc users happier | 73 | # We skip .dotdirs - makes git/svn/etc users happier |
| 74 | { cd -- "$srctree" && find . -type d -not '(' -name '.?*' -prune ')'; } \ | 74 | { cd -- "$srctree" && find . -type d ! '(' -name '.?*' -prune ')'; } \ |
| 75 | | while read -r d; do | 75 | | while read -r d; do |
| 76 | d="${d#./}" | 76 | d="${d#./}" |
| 77 | 77 | ||
