From 8fe44c24f7f4f02180245e6ba8978e9726dfe973 Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Fri, 17 May 2019 21:45:14 -0400 Subject: [PATCH] Fix another bash syntax error --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index 17019e71..e8c5c7c0 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -37,7 +37,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then cd libsodium-1.0.16/ ./configure && make && make check && sudo make install ) - UBUNTU_RELEASE = $(lsb_release -sc) + UBUNTU_RELEASE=$(lsb_release -sc) if [ "$UBUNTU_RELEASE" eq "trusty" ]; then curl https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -