Skip to content

Commit bae7a9e

Browse files
committed
Merge pull request kivy#152 from inclement/master
Replaced 'python' with '$PYTHON' for compatibility
2 parents 6d53ec1 + 41d6224 commit bae7a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ function run_source_modules() {
410410
fi
411411
done
412412

413-
MODULES="$(python tools/depsort.py --optional $fn_optional_deps < $fn_deps)"
413+
MODULES="$($PYTHON tools/depsort.py --optional $fn_optional_deps < $fn_deps)"
414414

415415
info "Modules changed to $MODULES"
416416
}

0 commit comments

Comments
 (0)