* [PATCH] [RAISIN] Fix typo
@ 2017-03-07 7:16 Géza Gémes
2017-03-07 7:16 ` [PATCH] Fix typo in function install Géza Gémes
0 siblings, 1 reply; 2+ messages in thread
From: Géza Gémes @ 2017-03-07 7:16 UTC (permalink / raw)
To: xen-devel; +Cc: sstabellini, george.dunlap, Géza Gémes
There is a small typo in the install function causing it ignoring rpms
Géza Gémes (1):
Fix typo in function install
lib/commands.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.7.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] Fix typo in function install
2017-03-07 7:16 [PATCH] [RAISIN] Fix typo Géza Gémes
@ 2017-03-07 7:16 ` Géza Gémes
0 siblings, 0 replies; 2+ messages in thread
From: Géza Gémes @ 2017-03-07 7:16 UTC (permalink / raw)
To: xen-devel; +Cc: sstabellini, george.dunlap, Géza Gémes
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-07 7:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-07 7:16 [PATCH] [RAISIN] Fix typo Géza Gémes
2017-03-07 7:16 ` [PATCH] Fix typo in function install Géza Gémes
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).