Kaynağa Gözat

Fix typo when creating hostname tag for title

Alois Mahdal 8 yıl önce
ebeveyn
işleme
f2887061a5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      dotfiles/bash/post.bashrc

+ 1
- 1
dotfiles/bash/post.bashrc Dosyayı Görüntüle

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