public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: intel-sdp.eclass
Date: Wed, 23 Jan 2013 09:49:30 +0000 (UTC)	[thread overview]
Message-ID: <20130123094930.668612171D@flycatcher.gentoo.org> (raw)

jlec        13/01/23 09:49:30

  Modified:             intel-sdp.eclass
  Log:
  We are checking for return values not for output

Revision  Changes    Path
1.8                  eclass/intel-sdp.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/intel-sdp.eclass?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/intel-sdp.eclass?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/intel-sdp.eclass?r1=1.7&r2=1.8

Index: intel-sdp.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- intel-sdp.eclass	23 Jan 2013 09:44:24 -0000	1.7
+++ intel-sdp.eclass	23 Jan 2013 09:49:30 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v 1.7 2013/01/23 09:44:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v 1.8 2013/01/23 09:49:30 jlec Exp $
 
 # @ECLASS: intel-sdp.eclass
 # @MAINTAINER:
@@ -260,7 +260,7 @@
 	: ${CHECKREQS_DISK_BUILD:=256M}
 	check-reqs_pkg_pretend
 
-	if [[ $(echo ${INTEL_LICENSE_FILE} | grep -q @) ]]; then
+	if echo ${INTEL_LICENSE_FILE} | grep -q @; then
 		einfo "Looks like you are using following license server:"
 		einfo "   ${INTEL_LICENSE_FILE}"
 		return 0





             reply	other threads:[~2013-01-23  9:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-23  9:49 Justin Lecher (jlec) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-02-20  9:47 [gentoo-commits] gentoo-x86 commit in eclass: intel-sdp.eclass Justin Lecher (jlec)
2013-07-19 14:00 Justin Lecher (jlec)
2012-09-20 13:54 Justin Lecher (jlec)
2012-09-20 13:12 Justin Lecher (jlec)
2012-09-16 14:24 Justin Lecher (jlec)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130123094930.668612171D@flycatcher.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox