Fix another bash syntax error

azure-pipelines
Joseph Donofry 6 years ago
parent 4565740381
commit 8fe44c24f7
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 2
      .ci/install.sh

@ -37,7 +37,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
cd libsodium-1.0.16/ cd libsodium-1.0.16/
./configure && make && make check && sudo make install ) ./configure && make && make check && sudo make install )
UBUNTU_RELEASE = $(lsb_release -sc) UBUNTU_RELEASE=$(lsb_release -sc)
if [ "$UBUNTU_RELEASE" eq "trusty" ]; then if [ "$UBUNTU_RELEASE" eq "trusty" ]; then
curl https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - curl https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -

Loading…
Cancel
Save