Przeglądaj źródła

Fix missing $ on GRASS_VERSION

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34117 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 lat temu
rodzic
commit
328bd669bf
1 zmienionych plików z 1 dodań i 1 usunięć
  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" ]