commit: a2d9ac2bb4e6f30f2bb6665a1ab03d9d6af1a103 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jul 27 10:56:15 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jul 27 10:56:15 2023 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=a2d9ac2b
worker_modules/gkbuild.sh: fix whitespace Signed-off-by: Sam James <sam <AT> gentoo.org> worker_modules/gkbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker_modules/gkbuild.sh b/worker_modules/gkbuild.sh index f384cee..101d5d0 100644 --- a/worker_modules/gkbuild.sh +++ b/worker_modules/gkbuild.sh @@ -197,7 +197,7 @@ _gkbuild_main() { then found_dyn_files=$(scanelf -E ET_DYN "${executable_files_to_scan[@]}" 2>/dev/null) fi - + if [[ -n "${found_dyn_files}" ]] then print_error 1 "Found the following dynamically linked programs:"