]> xenbits.xensource.com Git - raisin.git/commitdiff
Fix typo in function install
authorGéza Gémes <geza.gemes@gmail.com>
Tue, 7 Mar 2017 07:18:28 +0000 (08:18 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Tue, 7 Mar 2017 18:15:13 +0000 (10:15 -0800)
Signed-off-by: Géza Gémes <geza.gemes@gmail.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
lib/commands.sh

index be445a704da433bc110b8bd1c41f0628ec6e5775..5b653b36fdd4f4e2c2afdff52e11406fea63f0d6 100755 (executable)
@@ -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