Helmut wrote:
> by screening the GRASS-Installer.nsi-script i've found some
> typo,
...
> FileWrite $0 "'User break!' ; " <= wrong order of the quotes
I'm pretty sure that's intended.
The ! needs to be inside 'single' quotes to avoid being parsed.
$ echo "hello!"
bash: !": event not found
$ echo 'hello!'
hello!
(this may only happen from an interactive terminal, but shell script
composition often happens by the interactive cut & paste trial & error
method)
> where can i find the original file (GRASS Initialization)
lib/init/, but I'm doubtful that a change is needed.
Hamish
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev