From a1d452c98166f30130355da518fb2dec88e2d4bd Mon Sep 17 00:00:00 2001 From: thierry Date: Sat, 22 May 2010 08:14:09 +0000 Subject: [PATCH] cosmetic --- scripts/builds.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/builds.sh b/scripts/builds.sh index 67d7072..477bd94 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -2,9 +2,9 @@ # $Id$ # $URL$ -function liquid () { hostname | grep liquid >& /dev/null ; } -function reed () { hostname | grep reed >& /dev/null ; } -function velvet () { hostname | grep velvet >& /dev/null ; } +function liquid () { hostname | grep -q liquid ; } +function reed () { hostname | grep -q reed ; } +function velvet () { hostname | grep -q velvet ; } # 2.6.27 kernel on f12 liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k27-tags.mk -f f12 -p linux32 -b @DATE@--k27-f12-32 -- 2.43.0