From 347907550c57ba4e6a7bc6d594c1dd5ce27f2597 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Thu, 3 Oct 2024 01:37:00 +0300 Subject: [PATCH] Fix whitespaces for #14513 Fix #14513 --- core/scripts/install-protoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/install-protoc.sh b/core/scripts/install-protoc.sh index 8d9dc4085c6..5ea008d42f0 100755 --- a/core/scripts/install-protoc.sh +++ b/core/scripts/install-protoc.sh @@ -24,7 +24,7 @@ fi if [ "$os" == "Linux" ] ; then os="linux" - if [$arch != "x86_64"]; then + if [ $arch != "x86_64" ]; then echo "unsupported os $os-$arch update $0" exit 1 fi