From: Phil Blundell <philb@gnu.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] qt4-embedded: rename qtdemo file
Date: Wed, 09 Jun 2010 15:08:04 +0100 [thread overview]
Message-ID: <1276092484.31317.145.camel@mill.internal.reciva.com> (raw)
In-Reply-To: <4C0F9D6B.6000105@gmail.com>
On Wed, 2010-06-09 at 15:55 +0200, Marco Cavallini wrote:
> #Append an E to the qtdemo file
> if [${QT_LIBINFIX} == "E"] ; then
> mv ${D}${bindir}/qtdemo ${D}${bindir}/qtdemo${QT_LIBINFIX}
> fi
I think you need some quotes around ${QT_LIBINFIX} in the argument to [,
otherwise you are liable to get an error if the variable is empty. It
might also make more sense to test something like '-n "${QT_LIBINFIX"',
rather than testing for it being 'E' specifically. But yes, clearly the
current code is not satisfactory in the case of an empty infix.
p.
next prev parent reply other threads:[~2010-06-09 14:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-03 15:15 [PATCH] qt4-embedded: rename qtdemo file Chase Maupin
2010-06-03 15:50 ` Koen Kooi
2010-06-03 16:50 ` Denys Dmytriyenko
2010-06-09 13:55 ` Marco Cavallini
2010-06-09 14:08 ` Phil Blundell [this message]
2010-06-11 16:00 ` Leon Woestenberg
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=1276092484.31317.145.camel@mill.internal.reciva.com \
--to=philb@gnu.org \
--cc=openembedded-devel@lists.openembedded.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.