diff options
| author | Maxime Dénès | 2017-11-13 11:43:18 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-11-13 11:43:18 +0100 |
| commit | 816153a2dae4b4c355a2e8ab24bfb51bb0a711f2 (patch) | |
| tree | 3c88fb6ab472c2497d0d0f514131bb95cc12b003 /dev | |
| parent | 8da82d435bed902f8c6f827fef7e1347ab51a71e (diff) | |
| parent | 8f56790546e74cadf62d91c7078853bcced11e37 (diff) | |
Merge PR #6126: Fix ci-bignums.sh "missing ]" error.
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-bignums.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-bignums.sh b/dev/ci/ci-bignums.sh index ff5935d4c7..d68674381a 100755 --- a/dev/ci/ci-bignums.sh +++ b/dev/ci/ci-bignums.sh @@ -4,7 +4,7 @@ ci_dir="$(dirname "$0")" # This script could be included inside other ones # Let's avoid to source ci-common twice in this case -if [ -z "${CI_BUILD_DIR}"]; +if [ -z "${CI_BUILD_DIR}" ]; then source ${ci_dir}/ci-common.sh fi |
