[GRASS-dev] GRASS Initialization - typo
Markus Neteler
neteler at osgeo.org
Wed Feb 3 14:51:32 EST 2010
On Wed, Feb 3, 2010 at 8:47 PM, Helmut Kudrnovsky <hellik at web.de> wrote:
> hi,
>
> by screening the GRASS-Installer.nsi-script i've found some typo, see
>
> (http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi#L641),
> but it's in all branches and in trunk
>
> 619 FileWrite $0 '# MODULE: GRASS Initialization$\r$\n'
> 620 FileWrite $0 '# AUTHOR(S): Justin Hickey - Thailand - jhickey at hpcc.nectec.or.th$\r$\n'
> [...]
> 640 FileWrite $0 'trap "echo '
> 641 FileWrite $0 "'User break!' ; " <= wrong order of the quotes
> 642 FileWrite $0 'exit" 2 3 9 15$\r$\n'
>
> where can i find the original file (GRASS Initialization) in the track-svn-source-browser, on which the NSIS-script-write-out is related, to be sure to do the
> correct changes for this typo?
It is in lib/init/
http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/lib/init/
Files:
- grass.bat
- grass.src
- init.bat
- init.sh
Markus
More information about the grass-dev
mailing list