aboutsummaryrefslogtreecommitdiff
path: root/sbofind
diff options
context:
space:
mode:
Diffstat (limited to 'sbofind')
-rwxr-xr-xsbofind2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbofind b/sbofind
index 180df7a..368653c 100755
--- a/sbofind
+++ b/sbofind
@@ -94,7 +94,7 @@ if (exists $$findings[0]) {
push @listing, "info: ". get_file_contents "$value/$key.info"
if $show_info;
push @listing, "README: ". get_file_contents "$value/README"
- if $show_readme;
+ if $show_readme;
push @listing, "\n";
}
}