1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

buildsystem_sanity_check: use python3

This commit is contained in:
Benjamin Valentin 2020-07-08 14:57:54 +02:00
parent 830bd34662
commit 12cf6f0137

View File

@ -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