fix syntax error

pull/4885/head
Jan Tattermusch 9 years ago
parent b96ff5dd19
commit 79288c1546
  1. 1
      tools/jenkins/run_jenkins.sh

@ -43,6 +43,7 @@ if [ "$platform" == "linux" ]
then
USE_DOCKER_MAYBE="--use_docker"
elif [ "$platform" == "freebsd" ]
then
export MAKE=gmake
fi

Loading…
Cancel
Save