Explorar el Código

Fix missing $ on GRASS_VERSION

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34117 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements hace 16 años
padre
commit
328bd669bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/init/functions.sh

+ 1 - 1
lib/init/functions.sh

@@ -722,7 +722,7 @@ bash_startup()
     bashrc="$HOME/.bashrc"
     rm -f "$bashrc"
     echo "test -r ~/.alias && . ~/.alias" >> "$bashrc"
-    echo "PS1='$GRASS GRASS_VERSION ($LOCATION_NAME):\w > '" >> "$bashrc"
+    echo "PS1='GRASS $GRASS_VERSION ($LOCATION_NAME):\w > '" >> "$bashrc"
     echo "PROMPT_COMMAND=$GISBASE/etc/prompt.sh" >> "$bashrc"
 
     if [ -r "$USERHOME/.grass.bashrc" ]