File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 46
46
# shellcheck source=./use-case/bootstrap.sh
47
47
source " ${B3B_USE_CASE} /bootstrap.sh" " $@ "
48
48
49
-
50
-
51
49
# Set up a function to call when receiving an EXIT signal to do some cleanup. Remove if
52
50
# not needed. Other signals can be trapped too, like SIGINT and SIGTERM.
53
51
function cleanup_before_exit () {
@@ -118,7 +116,7 @@ if [[ -z "${arg_B}" ]]; then
118
116
# shellcheck source=./build-functions/set_or_print_default_version.sh
119
117
source " ${OPENCOARRAYS_SRC_DIR:- } /prerequisites/build-functions/set_or_print_default_version.sh"
120
118
set_or_print_default_version " ${@ } "
121
- export version_to_build=" ${arg_I:- ${default_version} } "
119
+ export version_to_build=" ${arg_I:- ${arg_b :- ${ default_version} } } "
122
120
fi
123
121
124
122
# shellcheck source=./build-functions/set_or_print_downloader.sh
You can’t perform that action at this time.
0 commit comments