mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 17:43:51 +01:00
dist/tools: Use /usr/bin/env to lookup Python.
Fixes some Python scripts which didn't use `/usr/bin/env`.
This commit is contained in:
parent
6f0ac0c092
commit
25df307ea1
2
dist/tools/bmp/bmp.py
vendored
2
dist/tools/bmp/bmp.py
vendored
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg
|
||||
#
|
||||
|
||||
2
dist/tools/ci/can_fast_ci_run.py
vendored
2
dist/tools/ci/can_fast_ci_run.py
vendored
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Command line utility to check if only a subset of board / application combinations
|
||||
need to be build in the CI
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Command line utility to generate compile_commands.json for RIOT applications
|
||||
"""
|
||||
|
||||
2
dist/tools/pyterm/testbeds/testbeds.py
vendored
2
dist/tools/pyterm/testbeds/testbeds.py
vendored
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python2
|
||||
#!/usr/bin/env python2
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright (C) 2014 Philipp Rosenkranz <philipp.rosenkranz@fu-berlin.de>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
# ----------------------------------------------------------------------------
|
||||
# Copyright 2020 ARM Limited or its affiliates
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
# ----------------------------------------------------------------------------
|
||||
# Copyright 2019 ARM Limited or its affiliates
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
# ----------------------------------------------------------------------------
|
||||
# Copyright 2019 ARM Limited or its affiliates
|
||||
|
||||
2
dist/tools/usb-serial/ttys.py
vendored
2
dist/tools/usb-serial/ttys.py
vendored
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Command line utility to list and filter TTYs
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user