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:
parent
830bd34662
commit
12cf6f0137
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user