configs: properly indent process_configs.sh

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
This commit is contained in:
Paul Bolle 2019-05-06 11:01:03 +02:00 committed by Jeremy Cline
parent eeca86408d
commit f27f73697f
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ switch_to_toplevel()
path="$(pwd)"
while test -n "$path"
do
test -e $path/MAINTAINERS && \
test -d $path/drivers && \
break
test -e $path/MAINTAINERS && \
test -d $path/drivers && \
break
path="$(dirname $path)"
done