From: Géza Gémes Date: Tue, 7 Mar 2017 07:18:28 +0000 (+0100) Subject: Fix typo in function install X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e48fb620ada0b8a1a770c884b82713e3636561a7;p=raisin.git Fix typo in function install Signed-off-by: Géza Gémes Reviewed-by: Stefano Stabellini --- 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