Subject: Error in startup script: missing close-brace
Platform: GNU/Linux/x86 - Ubuntu 6
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: CVS today
After updating out of cvs, the startup script failed as attached.
Welcome to GRASS 6.1.cvs (2006)
GRASS homepage: http://grass.itc.it/
This version running thru: Bash Shell (/bin/bash)
Help is available with the command: g.manual -i
See the licence terms with: g.version -c
If required, restart the graphical user interface with: gis.m &
When ready to quit enter: exit
Error in startup script: missing close-brace
while executing
"proc GuiMenu::tree {} {
# Tear off menus (yes / no)
global tmenu
# Key to use for control (for menu accelerators)
global keyctrl
# The environme..."
(file "/usr/local/grass-6.1.cvs/etc/gui/menus/menu.tcl" line 26)
invoked from within
"source "$env(GISBASE)/etc/gui/menus/menu.tcl""
(file "/usr/local/grass-6.1.cvs/etc/gm/gmmenu.tcl" line 13)
invoked from within
"source $gmpath/gmmenu.tcl"
(procedure "Gm::create" line 25)
invoked from within
"Gm::create"
(procedure "main" line 29)
invoked from within
"main $argc $argv"
(file "/usr/local/grass-6.1.cvs/etc/gm/gm.tcl" line 518)
bash: setenv: command not found
GRASS 6.1.cvs (k200):/gd >
-------------------------------------------- Managed by Request Tracker
Even if bash is installed on a system, there's no guarantee that it's
installed in /bin. On commercial Unices, it's quite likely to be in
/usr/local/bin if it's present at all.