aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-12-06 23:13:51 -0600
committerJacob Pipkin <j@dawnrazor.net>2012-12-06 23:13:51 -0600
commit2f47af620822442423a3b9ebff85f36f559334b4 (patch)
treec0b80beb4af682991cd49a7fba23d51337acf276
parentc83b0ab28c8c16a5aee9b51acf5bcc4e4382bfad (diff)
parent08cde18b1fcf7d46dcd814892a4cee0f4f209734 (diff)
downloadsbotools2-2f47af620822442423a3b9ebff85f36f559334b4.tar.xz
Merge branch 'xocel' of dawnrazor.net:sbotools into xocel
-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;