Fix another bash syntax error

This commit is contained in:
Joseph Donofry 2019-05-17 21:45:14 -04:00
parent 4565740381
commit 8fe44c24f7
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB

View file

@ -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 -