Fix shebang line for setup-toolchains.py

This commit is contained in:
loonycyborg 2024-07-06 12:27:49 +03:00
parent 313b5824f5
commit a7068a87c2
No known key found for this signature in database
GPG key ID: 6E8233FAB8F26D61

View file

@ -1,4 +1,4 @@
#!/bin/env python3
#!/usr/bin/env python3
import json
from subprocess import run
from pathlib import Path