Rename patch.sh to patch and chmod +x and add shebang, for compat with python
This commit is contained in:
parent
b8baa56ea8
commit
fad36a07dc
6 changed files with 3 additions and 0 deletions
0
autopatches/patches/add-cpe/patch.sh → autopatches/patches/add-cpe/patch
Normal file → Executable file
0
autopatches/patches/add-cpe/patch.sh → autopatches/patches/add-cpe/patch
Normal file → Executable file
0
autopatches/patches/add-schemas/patch.sh → autopatches/patches/add-schemas/patch
Normal file → Executable file
0
autopatches/patches/add-schemas/patch.sh → autopatches/patches/add-schemas/patch
Normal file → Executable file
0
autopatches/patches/delete-log-removal/patch.sh → autopatches/patches/delete-log-removal/patch
Normal file → Executable file
0
autopatches/patches/delete-log-removal/patch.sh → autopatches/patches/delete-log-removal/patch
Normal file → Executable file
1
autopatches/patches/issue-and-pr-template/patch.sh → autopatches/patches/issue-and-pr-template/patch
Normal file → Executable file
1
autopatches/patches/issue-and-pr-template/patch.sh → autopatches/patches/issue-and-pr-template/patch
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
[ ! -e issue_template.md ] || git rm issue_template.md
|
||||
[ ! -e pull_request_template.md ] || git rm pull_request_template.md
|
1
autopatches/patches/missing-seteu-in-change_url/patch.sh → autopatches/patches/missing-seteu-in-change_url/patch
Normal file → Executable file
1
autopatches/patches/missing-seteu-in-change_url/patch.sh → autopatches/patches/missing-seteu-in-change_url/patch
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd scripts/
|
||||
|
1
autopatches/patches/new-permission-system/patch.sh → autopatches/patches/new-permission-system/patch
Normal file → Executable file
1
autopatches/patches/new-permission-system/patch.sh → autopatches/patches/new-permission-system/patch
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd scripts/
|
||||
|
Loading…
Reference in a new issue