From: "Géza Gémes" <geza.gemes@gmail.com>
To: xen-devel@lists.xenproject.org
Cc: sstabellini@kernel.or, george.dunlap@citrix.com,
"Géza Gémes" <geza.gemes@gmail.com>
Subject: [PATCH] Fix typo in function install
Date: Tue, 7 Mar 2017 08:16:17 +0100 [thread overview]
Message-ID: <1488870977-8135-2-git-send-email-geza.gemes@gmail.com> (raw)
In-Reply-To: <1488870977-8135-1-git-send-email-geza.gemes@gmail.com>
Signed-off-by: Géza Gémes <geza.gemes@gmail.com>
---
lib/commands.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/commands.sh b/lib/commands.sh
index be445a7..5b653b3 100755
--- a/lib/commands.sh
+++ b/lib/commands.sh
@@ -70,7 +70,7 @@ function unraise() {
function install() {
# need single braces for filename matching expansion
- if [ ! -f xen-sytem*rpm ] && [ ! -f xen-system*deb ]
+ if [ ! -f xen-system*rpm ] && [ ! -f xen-system*deb ]
then
error_echo You need to raise build first.
exit 1
--
2.7.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2017-03-07 7:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-07 7:16 [PATCH] [RAISIN] Fix typo Géza Gémes
2017-03-07 7:16 ` Géza Gémes [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-03-07 7:18 Resend: " Géza Gémes
2017-03-07 7:18 ` [PATCH] Fix typo in function install Géza Gémes
2017-03-07 18:15 ` Stefano Stabellini
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=1488870977-8135-2-git-send-email-geza.gemes@gmail.com \
--to=geza.gemes@gmail.com \
--cc=george.dunlap@citrix.com \
--cc=sstabellini@kernel.or \
--cc=xen-devel@lists.xenproject.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;
as well as URLs for NNTP newsgroup(s).