summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2019-05-06 11:01:03 +0200
committerJeremy Cline <jcline@redhat.com>2019-05-06 10:26:02 -0400
commitf27f73697ffc50725a59db6f1c36b489f9b3ec84 (patch)
treee83d571a520e8c3d549a49c45ce7ac1dae0f9b1d
parenteeca86408d9c7f0589632fd6882496eded3330af (diff)
downloadkernel-f27f73697ffc50725a59db6f1c36b489f9b3ec84.tar.gz
kernel-f27f73697ffc50725a59db6f1c36b489f9b3ec84.tar.xz
kernel-f27f73697ffc50725a59db6f1c36b489f9b3ec84.zip
configs: properly indent process_configs.sh
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
-rwxr-xr-xconfigs/process_configs.sh6
1 files 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