From 1468db380cbc96277818e54b785bd46612b543f4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 29 Sep 2006 04:37:08 +0000 Subject: fixed up hostname so that the domain name is not included; added skeleton to pd-devel script svn path=/trunk/; revision=6055 --- scripts/auto-build/pd-main-auto-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/auto-build/pd-main-auto-builder.sh') diff --git a/scripts/auto-build/pd-main-auto-builder.sh b/scripts/auto-build/pd-main-auto-builder.sh index 9bd3df79..31ba3075 100755 --- a/scripts/auto-build/pd-main-auto-builder.sh +++ b/scripts/auto-build/pd-main-auto-builder.sh @@ -1,6 +1,6 @@ #!/bin/sh -HOSTNAME=`hostname` +HOSTNAME=`hostname | sed 's|\([a-zA-Z0-9-]*\)\..*|\1|'` SYSTEM=`uname -s` DATE=`date +%Y-%m-%d` TIME=`date +%H.%M.%S` -- cgit v1.2.1