From d96be2b801bbd90780cb70a5f14d238e2c8d95a0 Mon Sep 17 00:00:00 2001 From: kanschat Date: Fri, 24 Nov 2006 06:48:30 +0000 Subject: [PATCH] simplify id git-svn-id: https://svn.dealii.org/trunk@14212 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 94201ca5f2..3198b4e10d 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -18,8 +18,7 @@ verbose = off PLATFORM = $(TARGET)+$(GXX-VERSION:intel_%=%) PLATFORM-HIERARCHY = $(shell $(PERL) ../hierarchy.pl $(PLATFORM)) -ID = "deal" -ID +="@"`hostname` +ID = `id -un`"@"`hostname` ############################################################ # First how to create executables, including all necessary -- 2.39.5