From 982fe2235af9ed6c9384adf1afec103767617f0b Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 27 Feb 2011 18:59:00 +0100 Subject: [PATCH] Don't use "hostname -s" It is not supported on Apple A/UX. --- sys/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/profile b/sys/profile index 0ce21cf..c18aa57 100644 --- a/sys/profile +++ b/sys/profile @@ -75,7 +75,7 @@ fi export UID USER # get my own hostname -ME=`hostname -s` +ME=`hostname 2>/dev/null` export ME # Move Xauthority file to local storage, so that sudo et all work -- 2.39.2