summaryrefslogtreecommitdiffstats
path: root/configs/process_configs.sh
diff options
context:
space:
mode:
authorJeremy Cline <jcline@redhat.com>2019-03-07 16:46:28 +0000
committerJeremy Cline <jcline@redhat.com>2019-03-07 20:30:13 +0000
commitece64410017009debce590dc9b5832646d80c1f8 (patch)
treeb960bb96cf5fb9edb69e3f557acd4d9f71a92e06 /configs/process_configs.sh
parent4f4c8c10379696c972a324ab99be39e427cdfcde (diff)
downloadkernel-ece64410017009debce590dc9b5832646d80c1f8.tar.gz
kernel-ece64410017009debce590dc9b5832646d80c1f8.tar.xz
kernel-ece64410017009debce590dc9b5832646d80c1f8.zip
Linux v5.0-6399-gf90d64483ebd
Diffstat (limited to 'configs/process_configs.sh')
-rwxr-xr-xconfigs/process_configs.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/process_configs.sh b/configs/process_configs.sh
index 7517e6de1..c90b4e171 100755
--- a/configs/process_configs.sh
+++ b/configs/process_configs.sh
@@ -16,7 +16,6 @@ switch_to_toplevel()
path="$(pwd)"
while test -n "$path"
do
- test -d $path/firmware && \
test -e $path/MAINTAINERS && \
test -d $path/drivers && \
break