summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate-kernel-config3
1 files changed, 2 insertions, 1 deletions
diff --git a/update-kernel-config b/update-kernel-config
index 5012979..7439c7d 100755
--- a/update-kernel-config
+++ b/update-kernel-config
@@ -28,7 +28,8 @@ fi
config_names=$(
git -C "${git_repo_path}/$1/$2" archive HEAD -- | \
tar -t | \
- grep '^config\($\|\.\)'
+ grep '^config\($\|\.\)' | \
+ tr '\n' ' '
)
diff=$(