chore: fix execute permissions and shebangs (#4695)

This commit is contained in:
Viktor Szépe
2023-10-24 09:41:51 +02:00
committed by GitHub
parent 7930506fd4
commit 742682ae51
25 changed files with 9 additions and 1 deletions

View File

@@ -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
#

View File

@@ -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

View File

@@ -1,3 +1,4 @@
#!/bin/sh
# https://github.com/facebook/infer
#
# Install:

View File

@@ -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

View File

@@ -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
View File