From 12cf6f0137b00491342373e7273beb7abc43feff Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Wed, 8 Jul 2020 14:57:54 +0200 Subject: [PATCH] buildsystem_sanity_check: use python3 --- .../save_all_dependencies_resolution_variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/buildsystem_sanity_check/save_all_dependencies_resolution_variables.sh b/dist/tools/buildsystem_sanity_check/save_all_dependencies_resolution_variables.sh index 21a892a786..d2eb59313f 100755 --- a/dist/tools/buildsystem_sanity_check/save_all_dependencies_resolution_variables.sh +++ b/dist/tools/buildsystem_sanity_check/save_all_dependencies_resolution_variables.sh @@ -51,7 +51,7 @@ main() { local output_dir # No 'realpath' in mac by default… - output_dir=$(python -c 'import os.path; print(os.path.abspath("'"$1"'"))') + output_dir=$(python3 -c 'import os.path; print(os.path.abspath("'"$1"'"))') for app in $(applications) do