mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -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) {
|
foreach my $source (@sources) {
|
||||||
push(@qsources, "\"$source\"");
|
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:
|
## Local Variables:
|
||||||
## mode: perl
|
## mode: perl
|
||||||
|
Loading…
Reference in New Issue
Block a user