public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ryan Hill (dirtyepic)" <dirtyepic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass/tests: flag-o-matic.sh
Date: Sat,  2 Nov 2013 03:17:58 +0000 (UTC)	[thread overview]
Message-ID: <20131102031758.BFDBA2004E@flycatcher.gentoo.org> (raw)

dirtyepic    13/11/02 03:17:58

  Modified:             flag-o-matic.sh
  Log:
  Account for leading whitespace in append-cflags tests.

Revision  Changes    Path
1.7                  eclass/tests/flag-o-matic.sh

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/tests/flag-o-matic.sh?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/tests/flag-o-matic.sh?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/tests/flag-o-matic.sh?r1=1.6&r2=1.7

Index: flag-o-matic.sh
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/tests/flag-o-matic.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- flag-o-matic.sh	11 Nov 2012 20:00:57 -0000	1.6
+++ flag-o-matic.sh	2 Nov 2013 03:17:58 -0000	1.7
@@ -101,13 +101,13 @@
 tbegin "append-cflags basic"
 CFLAGS=
 append-cflags -O0
-[[ ${CFLAGS} == "-O0" ]]
+[[ ${CFLAGS} == " -O0" ]]
 ftend
 
 tbegin "append-cflags -DFOO='a b c'"
 CFLAGS=
 append-cflags '-DFOO="a b c"'
-[[ ${CFLAGS} == '-DFOO="a b c"' ]]
+[[ ${CFLAGS} == ' -DFOO="a b c"' ]]
 ftend
 
 tbegin "raw-ldflags"





             reply	other threads:[~2013-11-02  3:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-02  3:17 Ryan Hill (dirtyepic) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-05-06  7:04 [gentoo-commits] gentoo-x86 commit in eclass/tests: flag-o-matic.sh Mike Frysinger (vapier)
2012-11-11 20:00 Mike Frysinger (vapier)
2012-11-11  7:03 Mike Frysinger (vapier)
2012-01-16 20:04 Mike Frysinger (vapier)
2012-01-14  9:11 Mike Frysinger (vapier)
2012-01-13 22:40 Mike Frysinger (vapier)
2011-12-15  5:23 Mike Frysinger (vapier)

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=20131102031758.BFDBA2004E@flycatcher.gentoo.org \
    --to=dirtyepic@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