r22953 - gnucash/trunk - Quote the python path in case it has blanks in it.

Christian Stimming christian at cstimming.de
Sun May 5 18:02:59 EDT 2013


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


More information about the gnucash-devel mailing list