diff --git a/ChangeLog b/ChangeLog index 149be99b36..396f1b4959 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-12 David Hampton + + * 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 * doc/examples/*.qif: Tell subversion these files are text. diff --git a/src/quotes/gnc-fq-check.in b/src/quotes/gnc-fq-check.in index 630c0c65ca..1d4754c51c 100644 --- a/src/quotes/gnc-fq-check.in +++ b/src/quotes/gnc-fq-check.in @@ -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