From 41d62246f9223550eeb87b79d5107dd06133818d Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Sat, 24 Aug 2013 15:41:41 +0100 Subject: [PATCH] Replaced 'python' with '$PYTHON' for compatibility --- distribute.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribute.sh b/distribute.sh index 950fc38b0d..099f837843 100755 --- a/distribute.sh +++ b/distribute.sh @@ -410,7 +410,7 @@ function run_source_modules() { fi done - MODULES="$(python tools/depsort.py --optional $fn_optional_deps < $fn_deps)" + MODULES="$($PYTHON tools/depsort.py --optional $fn_optional_deps < $fn_deps)" info "Modules changed to $MODULES" }