mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Quote the F::Q version number so that it will be correctly parsed as a
string. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14353 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
52f2bc1640
commit
a36cbde106
@ -1,3 +1,8 @@
|
||||
2006-06-12 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/quotes/gnc-fq-check.in: Quote the F::Q version number so
|
||||
that it will be correctly parsed as a string.
|
||||
|
||||
2006-06-09 David Hampton <hampton@employees.org>
|
||||
|
||||
* doc/examples/*.qif: Tell subversion these files are text.
|
||||
|
@ -84,7 +84,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(" ", qq/@qsources/);
|
||||
|
||||
## Local Variables:
|
||||
## mode: perl
|
||||
|
Loading…
Reference in New Issue
Block a user