[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] Fix typo in function install
Signed-off-by: Géza Gémes <geza.gemes@xxxxxxxxx> --- 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@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |