Fix shebang line for setup-toolchains.py
This commit is contained in:
parent
313b5824f5
commit
a7068a87c2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/env python3
|
||||
#!/usr/bin/env python3
|
||||
import json
|
||||
from subprocess import run
|
||||
from pathlib import Path
|
||||
|
|
Loading…
Add table
Reference in a new issue