Explorar o 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 %!s(int64=16) %!d(string=hai) anos
pai
achega
328bd669bf
Modificáronse 1 ficheiros con 1 adicións e 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" ]