Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
14ee2c23
Commit
14ee2c23
authored
Jun 24, 2016
by
Matthew Brett
Browse files
Fix test for presence of function
parent
9dd2342f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
common_utils.sh
common_utils.sh
+1
-1
No files found.
common_utils.sh
View file @
14ee2c23
...
...
@@ -113,7 +113,7 @@ function build_wheel_cmd {
local
repo_dir
=
${
2
:-
$REPO_DIR
}
[
-z
"
$repo_dir
"
]
&&
echo
"repo_dir not defined"
&&
exit
1
local
wheelhouse
=
$(
abspath
${
WHEEL_SDIR
:-
wheelhouse
}
)
if
[
-n
$(
is_function
"pre_build"
)
]
;
then
pre_build
;
fi
if
[
-n
"
$(
is_function
"pre_build"
)
"
]
;
then
pre_build
;
fi
if
[
-n
"
$BUILD_DEPENDS
"
]
;
then
pip
install
$(
pip_opts
)
$BUILD_DEPENDS
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment