Hi,
I wonder if attached patch should be applied (quoting
of GISBASE path for white space).
Markus
(attachments)
grass_src.diff (1.09 KB)
Hi,
I wonder if attached patch should be applied (quoting
of GISBASE path for white space).
Markus
grass_src.diff (1.09 KB)
Markus Neteler wrote:
I wonder if attached patch should be applied (quoting
of GISBASE path for white space).
Index: grass.src
# Set the GISBASE variable
-GISBASE=GISBASE_VALUE
+GISBASE="GISBASE_VALUE"
Yes.
This will matter if you want to install GRASS into e.g.
"C:\Program Files" on Windows and start GRASS via the grass63 bash
script rather than grass63.bat.
[The syntax of the command.com/cmd.exe "set" command is different;
everything after the = is the value, regardless of whitespace.]
--
Glynn Clements <glynn@gclements.plus.com>
On Mon, Jan 22, 2007 at 10:24:27PM +0000, Glynn Clements wrote:
Markus Neteler wrote:
> I wonder if attached patch should be applied (quoting
> of GISBASE path for white space).> Index: grass.src
> # Set the GISBASE variable
> -GISBASE=GISBASE_VALUE
> +GISBASE="GISBASE_VALUE"Yes.
This will matter if you want to install GRASS into e.g.
"C:\Program Files" on Windows and start GRASS via the grass63 bash
script rather than grass63.bat.
Done: submitted.
Markus
[The syntax of the command.com/cmd.exe "set" command is different;
everything after the = is the value, regardless of whitespace.]--
Glynn Clements <glynn@gclements.plus.com>