From 98b50ce333eb15342ac771e128b5c2f4ff256500 Mon Sep 17 00:00:00 2001 From: David Duque Date: Sun, 17 May 2020 02:38:00 +0100 Subject: [PATCH] Syntax function fix --- setup/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index c3729112..028398ac 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -9,7 +9,7 @@ if [ -z "$TAG" ]; then # Make s OS=`lsb_release -d | sed 's/.*:\s*//'` - if [ "$OS" == "Debian GNU/Linux 10 (buster)" -o "$OS" == "Ubuntu 20.04 LTS"]; then + if [ "$OS" == "Debian GNU/Linux 10 (buster)" -o "$OS" == "Ubuntu 20.04 LTS" ]; then # This machine is running Ubuntu 18.04. TAG=v0.44.POWER.5 else