From 8b66590631d4f93f2c739b1dc92b3fa85bb4cd39 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 17 Aug 2015 10:12:22 +0100 Subject: [PATCH] Sort the source list from gnc-fq-check. --- src/quotes/gnc-fq-check.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/quotes/gnc-fq-check.in diff --git a/src/quotes/gnc-fq-check.in b/src/quotes/gnc-fq-check.in old mode 100644 new mode 100755 index 771072ee2f..48f31e6409 --- a/src/quotes/gnc-fq-check.in +++ b/src/quotes/gnc-fq-check.in @@ -96,7 +96,7 @@ my @sources = $quoter->sources(); foreach my $source (@sources) { push(@qsources, "\"$source\""); } -printf "(\"%s\" %s)\n", $Finance::Quote::VERSION, join(" ", qq/@qsources/); +printf "(\"%s\" %s)\n", $Finance::Quote::VERSION, join(" ", sort(@qsources)); ## Local Variables: ## mode: perl