diff options
author | Monwarez <monwarez@gmail.com> | 2017-03-25 23:47:16 +0100 |
---|---|---|
committer | Thibault Payet <monwarez@gmail.com> | 2017-07-26 00:20:36 +0200 |
commit | ef92d33af87cddb0269ac50ae78ee2499daf231d (patch) | |
tree | f74e6c6e7199cea5bb040ebac71c76e25da09f90 /tools/ci/jobs/gcc49.sh | |
parent | 38a48f8136c3fa326e126cacbd8131608f25d51c (diff) | |
download | evol-hercules-ef92d33af87cddb0269ac50ae78ee2499daf231d.tar.gz evol-hercules-ef92d33af87cddb0269ac50ae78ee2499daf231d.tar.bz2 evol-hercules-ef92d33af87cddb0269ac50ae78ee2499daf231d.tar.xz evol-hercules-ef92d33af87cddb0269ac50ae78ee2499daf231d.zip |
Use /usr/bin/env instead of full path to bash
And also, use sysctl for detecting the number of CPU
when the system is FreeBSD
Diffstat (limited to 'tools/ci/jobs/gcc49.sh')
-rwxr-xr-x | tools/ci/jobs/gcc49.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/gcc49.sh b/tools/ci/jobs/gcc49.sh index 88a7b96..800f970 100755 --- a/tools/ci/jobs/gcc49.sh +++ b/tools/ci/jobs/gcc49.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash export CC=gcc-4.9 export CXX=g++-4.9 |