From c04b4909739cbb19e3d400421d9f6bf826958b3d Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 15 Oct 2012 21:33:50 +0200 Subject: [PATCH] setup.sh: Remove unnecessary hostname call. --- setup.sh | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.44.1