aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--worker_modules/gkbuild.sh2
1 files changed, 1 insertions, 1 deletions
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:"