Skip to content

Commit

Permalink
fixup to 860539f: make install.sh compatible with Cirrus
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed May 27, 2019
1 parent 29295c9 commit 894a352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ main() {
local target=
if [ `uname` = "Linux" ]; then
target=x86_64-unknown-linux-musl
else if [ `uname` = "FreeBSD" ]; then
elif [ `uname` = "FreeBSD" ]; then
target=x86_64-unknown-freebsd
else
target=x86_64-apple-darwin
Expand Down

0 comments on commit 894a352

Please sign in to comment.