This repository was archived by the owner on May 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +42
-0
lines changed
Expand file tree Collapse file tree 7 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 66# ##############################################################################
77# Build cpu dependencies.
88
9+ if [ -z " $BASH_VERSION " ]
10+ then
11+ echo " This script must be run under bash"
12+ exit 1
13+ fi
14+
915# Do not set Exit on Error in scripts that will be sourced
1016# set -o errexit
1117
Original file line number Diff line number Diff line change 66# ##############################################################################
77# Build cpu.
88
9+ if [ -z " $BASH_VERSION " ]
10+ then
11+ echo " This script must be run under bash"
12+ exit 1
13+ fi
14+
915if [ " $0 " = " $BASH_SOURCE " ]
1016then
1117 set -o errexit
Original file line number Diff line number Diff line change 66# ##############################################################################
77# Clean cpu.
88
9+ if [ -z " $BASH_VERSION " ]
10+ then
11+ echo " This script must be run under bash"
12+ exit 1
13+ fi
14+
915if [ " $0 " = " $BASH_SOURCE " ]
1016then
1117 set -o errexit
Original file line number Diff line number Diff line change 66# ##############################################################################
77# Install cpu.
88
9+ if [ -z " $BASH_VERSION " ]
10+ then
11+ echo " This script must be run under bash"
12+ exit 1
13+ fi
14+
915if [ " $0 " = " $BASH_SOURCE " ]
1016then
1117 set -o errexit
Original file line number Diff line number Diff line change 66# ##############################################################################
77# Check code for issues.
88
9+ if [ -z " $BASH_VERSION " ]
10+ then
11+ echo " This script must be run under bash"
12+ exit 1
13+ fi
14+
915if [ " $0 " = " $BASH_SOURCE " ]
1016then
1117 set -o errexit
Original file line number Diff line number Diff line change 1818# (if there's failure, test's failed)
1919# ##############################################################################
2020
21+ if [ -z " $BASH_VERSION " ]
22+ then
23+ echo " This script must be run under bash"
24+ exit 1
25+ fi
26+
2127# # start of boilerplate to switch to project root ------------------------------
2228script_dir=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
2329proj_dir=" $( dirname " ${script_dir} " ) "
Original file line number Diff line number Diff line change 66# ##############################################################################
77# Run basic tests on base.
88
9+ if [ -z " $BASH_VERSION " ]
10+ then
11+ echo " This script must be run under bash"
12+ exit 1
13+ fi
14+
915if [ " $0 " = " $BASH_SOURCE " ]
1016then
1117 set -o errexit
You can’t perform that action at this time.
0 commit comments