diff mbox

Fix typo in function install

Message ID 1488871108-8805-2-git-send-email-geza.gemes@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Gémes Géza March 7, 2017, 7:18 a.m. UTC
Signed-off-by: Géza Gémes <geza.gemes@gmail.com>
---
 lib/commands.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Stabellini March 7, 2017, 6:15 p.m. UTC | #1
On Tue, 7 Mar 2017, Géza Gémes wrote:
> Signed-off-by: Géza Gémes <geza.gemes@gmail.com>

Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>

I'll commmit

> ---
>  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
>
diff mbox

Patch

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