aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsbofind2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbofind b/sbofind
index 7da97cd..c542f8d 100755
--- a/sbofind
+++ b/sbofind
@@ -98,7 +98,7 @@ sub get_file_contents ($) {
sub show_build_queue ($) {
exists $_[0] or script_error 'show_build_queue requires an argument.';
my $queue = get_build_queue([shift], {});
- return join(" ", @$queue);
+ return join(" ", reverse @$queue);
}
my $findings = perform_search $search;