summaryrefslogtreecommitdiffstats
path: root/process_configs.sh
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-02-16 06:19:19 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2021-02-16 06:19:19 +0100
commit638cdcbb9903db2c7a6c23771fa80d12e241e95b (patch)
treef9d3ca08925278fd0fb9b371ed0b6221557368f6 /process_configs.sh
parent02202dc293aaef939f676323e0d6a11a7e76f1a8 (diff)
parentd24ad453a6273ee9dec91d3d7caf072b8a2817e3 (diff)
downloadkernel-638cdcbb9903db2c7a6c23771fa80d12e241e95b.tar.gz
kernel-638cdcbb9903db2c7a6c23771fa80d12e241e95b.tar.xz
kernel-638cdcbb9903db2c7a6c23771fa80d12e241e95b.zip
Diffstat (limited to 'process_configs.sh')
-rwxr-xr-xprocess_configs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/process_configs.sh b/process_configs.sh
index c1e81ca16..166d4766e 100755
--- a/process_configs.sh
+++ b/process_configs.sh
@@ -79,7 +79,7 @@ checkoptions()
then
while read -r LINE
do
- if find ./ -name "$(echo "$LINE" | awk -F "=" ' { print $1 } ' | awk ' { print $2 }')" | xargs -0 grep ^ | grep -q "process_configs_known_broken"; then
+ if find ./ -name "$(echo "$LINE" | awk -F "=" ' { print $1 } ' | awk ' { print $2 }')" -print0 | xargs -0 grep ^ | grep -q "process_configs_known_broken"; then
# This is a known broken config.
# See script help warning.
checkoptions_error=false