summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-10-17 14:44:48 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-10-17 14:44:48 +0200
commit3e9aeabe6d34ce5aa92905960ed17bec3163a3e1 (patch)
treea83369d9776a5fc764c8591d197b47930481ade1
parentafc096b5c329c91b125e0e043e544ce0e5948db7 (diff)
Bug sur HOST dans l'adaptation iBook
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index a418fac..ec461f3 100644
--- a/zshrc
+++ b/zshrc
@@ -30,7 +30,7 @@ mkdir -p $ZDOTDIR
# the required processes each time we'll need.
USER=${USER:-`whoami`}
UID=${UID:-`id -u`}
-HOST=$£OST:r
+HOST=$HOST:r
HOST=${HOST:-$(hostname -s)}
DOMAIN=${DOMAIN:-${$(hostname -d 2>&-):-$(hostname -y 2>&-)}}
[ "$DOMAIN" = "" -o "$DOMAIN" = "localdomain" -o "$DOMAIN" = "(none)" ] && DOMAIN=$(grep "^search " /etc/resolv.conf | cut -d' ' -f2)