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 9db47ba..1e73d78 100755
--- a/sbofind
+++ b/sbofind
@@ -145,7 +145,7 @@ sub get_file_contents {
sub show_build_queue {
script_error('show_build_queue requires an argument.') unless @_ == 1;
my $queue = get_build_queue([shift], {});
- return join(" ", reverse @$queue);
+ return join(" ", @$queue);
}
my $findings = perform_search($search);