configs: properly indent process_configs.sh
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
This commit is contained in:
parent
eeca86408d
commit
f27f73697f
@ -16,9 +16,9 @@ switch_to_toplevel()
|
|||||||
path="$(pwd)"
|
path="$(pwd)"
|
||||||
while test -n "$path"
|
while test -n "$path"
|
||||||
do
|
do
|
||||||
test -e $path/MAINTAINERS && \
|
test -e $path/MAINTAINERS && \
|
||||||
test -d $path/drivers && \
|
test -d $path/drivers && \
|
||||||
break
|
break
|
||||||
|
|
||||||
path="$(dirname $path)"
|
path="$(dirname $path)"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user