Hello Martin and all, Martin Wegmann escribió:
Is is a GRASS or Linux specific problem? Any idea which SHELL variable I have to set? And how to do so?
I'm not sure, but I think you have to set just the SHELL variable. Try to check in this way: 'echo $SHELL'. If you get nothing then you can set it to '/bin/bash' in the terminal you are using. If you want to set it permanently, try this: chsh -s /bin/bash. You can use BASH or whatever other shell you like.
I hope this helps, Roberto. -- Roberto Antolín Sánchez Politecnico di Milano - Polo Regionale di Como (Laboratorio di Geomatica V2.8) Via Valleggio, 11 - 22100 Como, Italy tel: +39 031 332 7533 || fax: +39 031 332 7519 [EMAIL PROTECTED] _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
