chore: fix execute permissions and shebangs (#4695)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Generate CHANGELOG_LAST.md from changes since the last version tag. (vx.y.z-dev tags are ignored)
|
||||
# CHANGELOG_LAST.md can be edited manually if required and manually added to docs/CHANGELOG.md
|
||||
#
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
# https://github.com/facebook/infer
|
||||
#
|
||||
# Install:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
# Install Linux package prerequisites needed for LVGL development
|
||||
# and testing. Some less-common development packages are not included
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
##################################################################
|
||||
# sjpeg converter script version 1.0
|
||||
# Dependencies: (PYTHON-3)
|
||||
|
||||
0
scripts/release/release.py
Normal file → Executable file
0
scripts/release/release.py
Normal file → Executable file
Reference in New Issue
Block a user