mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 08:25:58 +01:00
Fix shebang placement
671f8d2 introduced a license header to auto/extract_version.py before the
shebang, causing builds to fail like this:
../subprojects/unity/meson.build:7:0: ERROR: Failed running '/path/to/extract_version.py', binary or interpreter not executable.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
# Unity - A Test Framework for C
|
# Unity - A Test Framework for C
|
||||||
# ThrowTheSwitch.org
|
# ThrowTheSwitch.org
|
||||||
@@ -5,7 +6,6 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
#!/usr/bin/env python3
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user