[GRASS-SVN] r30790 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 28 21:49:24 EDT 2008


Author: hamish
Date: 2008-03-28 21:49:24 -0400 (Fri, 28 Mar 2008)
New Revision: 30790

Modified:
   grass/trunk/lib/init/init.sh
Log:
forgot to export in last commit. Last commit log entry should refer to messing with $HOME and $MAPSET/.bashrc -- quoting snafu

Modified: grass/trunk/lib/init/init.sh
===================================================================
--- grass/trunk/lib/init/init.sh	2008-03-29 01:41:31 UTC (rev 30789)
+++ grass/trunk/lib/init/init.sh	2008-03-29 01:49:24 UTC (rev 30790)
@@ -925,7 +925,7 @@
 
 bash|msh)
     # save command history in mapset dir and remember more
-    HISTFILE="$LOCATION/.bash_history"
+    export HISTFILE="$LOCATION/.bash_history"
     if [ -z "$HISTSIZE" ] && [ -z "$HISTFILESIZE" ] ; then 
 	export HISTSIZE=3000
     fi



More information about the grass-commit mailing list