[GRASS-dev] GRASS Initialization - typo
Hamish
hamish_b at yahoo.com
Wed Feb 3 22:15:32 EST 2010
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
More information about the grass-dev
mailing list