Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
build-py: clear retval before BUILD_xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Artoria2e5 committed Apr 18, 2016
1 parent d1fcbdd commit c9d72a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/15-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ build_python_build(){
if ! bool $NOPYTHON3; then
command -v python3 && snakes+=(python3)
fi
:
BUILD_START
for PYTHON in "${snakes[@]}"; do
[ "$PYTHON" ] || continue
Expand Down

0 comments on commit c9d72a6

Please sign in to comment.