mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 02:10:36 -06:00
Sort the source list from gnc-fq-check.
This commit is contained in:
parent
e47cc8ff13
commit
8b66590631
2
src/quotes/gnc-fq-check.in
Normal file → Executable file
2
src/quotes/gnc-fq-check.in
Normal file → Executable file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user