From: tfheen Date: Thu, 26 Sep 2002 09:48:48 +0000 (+0000) Subject: typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca14e9e91e3f1bbe8ff73662f896297d6a1af911;p=dotfiles typo git-svn-id: file:///svn/tfheen/trunk/dotfiles@29 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/bashrc b/bashrc index 817062b..b2103ca 100644 --- a/bashrc +++ b/bashrc @@ -26,7 +26,7 @@ case `uname -s` in ;; Linux) HOSTNAME=`hostname -f` - DOMAINNAME=`hostmame -f | cut -d. -f 2-` + DOMAINNAME=`hostname -f | cut -d. -f 2-` ;; esac