From f27f73697ffc50725a59db6f1c36b489f9b3ec84 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Mon, 6 May 2019 11:01:03 +0200 Subject: configs: properly indent process_configs.sh Signed-off-by: Paul Bolle --- configs/process_configs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/process_configs.sh b/configs/process_configs.sh index c90b4e171..a2ec3acb0 100755 --- a/configs/process_configs.sh +++ b/configs/process_configs.sh @@ -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 -- cgit