summaryrefslogtreecommitdiffstats
path: root/configs/process_configs.sh
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2019-03-08 06:53:54 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2019-03-08 06:53:54 +0100
commitca61c9dcd2f76c2e7bf85ef3aa1ba5b7937d0ad1 (patch)
tree5dc7d99a23132e5f6c838942555bd40f58624c15 /configs/process_configs.sh
parenta3400e01314ce124780859b18e4f3a61207b95a6 (diff)
parentece64410017009debce590dc9b5832646d80c1f8 (diff)
downloadkernel-ca61c9dcd2f76c2e7bf85ef3aa1ba5b7937d0ad1.tar.gz
kernel-ca61c9dcd2f76c2e7bf85ef3aa1ba5b7937d0ad1.tar.xz
kernel-ca61c9dcd2f76c2e7bf85ef3aa1ba5b7937d0ad1.zip
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