buildsystem_sanity_check: use python3
This commit is contained in:
parent
830bd34662
commit
12cf6f0137
@ -51,7 +51,7 @@ main() {
|
|||||||
local output_dir
|
local output_dir
|
||||||
|
|
||||||
# No 'realpath' in mac by default…
|
# 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)
|
for app in $(applications)
|
||||||
do
|
do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user