Quellcode durchsuchen

Fix typo when creating hostname tag for title

Alois Mahdal vor 8 Jahren
Ursprung
Commit
f2887061a5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      dotfiles/bash/post.bashrc

+ 1
- 1
dotfiles/bash/post.bashrc Datei anzeigen

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