Browse Source

Fix typo when creating hostname tag for title

Alois Mahdal 8 years ago
parent
commit
f2887061a5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/post.bashrc

+ 1
- 1
dotfiles/bash/post.bashrc View File

@@ -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() {