Explorar el Código

Fix typo when creating hostname tag for title

Alois Mahdal hace 8 años
padre
commit
f2887061a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      dotfiles/bash/post.bashrc

+ 1
- 1
dotfiles/bash/post.bashrc Ver fichero

@@ -105,7 +105,7 @@ __bashum__mkpc() {
105 105
 __bashum__mkhostid() {
106 106
     test -n "$SSH_CONNECTION" || return
107 107
     echo "__bashum__mkhostid(): HOSTNAME='$HOSTNAME'" >&2
108
-    echo"${HOSTNAME%%.*}:"
108
+    echo "${HOSTNAME%%.*}:"
109 109
 }
110 110
 
111 111
 __bashum__setup_traps() {