Am Sonntag, 5. Mai 2013, 17:57:36 schrieb Mike Alexander:
> Author: mta
> Date: 2013-05-05 17:57:35 -0400 (Sun, 05 May 2013)
> New Revision: 22953
> Trac: http://svn.gnucash.org/trac/changeset/22953
> 
> Modified:
>    gnucash/trunk/configure.ac
> Log:
> Quote the python path in case it has blanks in it.

Thanks, Mike, for adding the quotes back in.

However, I don't quite understand why your original change does actually 
change anything. We now have

-  if [ "x${PYTHON}" = "x" ]
+  if test "x${PYTHON}" = "x"

but I thought 

> [ STRING = STRING ]

is completely identical to 

> test STRING = STRING

Do you know why the former gives you some errors but the latter does not?

Regards,

Christian
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to