]> err.no Git - dotfiles/commitdiff
typo
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 09:48:48 +0000 (09:48 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 09:48:48 +0000 (09:48 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@29 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

bashrc

diff --git a/bashrc b/bashrc
index 817062b4c7cd0ae35e26bf4db645818d371571d2..b2103ca78d7a7965b9c7ab73e915a2858f6dbd9d 100644 (file)
--- 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