From: Simon Ruderich Date: Mon, 15 Oct 2012 19:33:50 +0000 (+0200) Subject: setup.sh: Remove unnecessary hostname call. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=c04b4909739cbb19e3d400421d9f6bf826958b3d setup.sh: Remove unnecessary hostname call. --- diff --git a/setup.sh b/setup.sh index 7f5ab28..de326ac 100755 --- a/setup.sh +++ b/setup.sh @@ -34,8 +34,6 @@ if ! infocmp > /dev/null 2>&1; then fi -hostname=`hostname` - # Create private temporary directory used by many tools (including GNU screen # and tmux). mkdir -p ~/.tmp