Clean executable files (#1047)

* Mark headers as non-executable

* Update shebangs
This commit is contained in:
Marijn van der Werf 2023-05-04 11:03:02 +02:00 committed by GitHub
parent 4680a74e0b
commit 5511e18133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
122 changed files with 51 additions and 49 deletions

0
include/PR/PRimage.h Executable file → Normal file
View File

0
include/PR/R4300.h Executable file → Normal file
View File

0
include/PR/abi.h Executable file → Normal file
View File

0
include/PR/gbi.h Executable file → Normal file
View File

0
include/PR/gs2dex.h Executable file → Normal file
View File

0
include/PR/gt.h Executable file → Normal file
View File

0
include/PR/gu.h Executable file → Normal file
View File

0
include/PR/leo.h Executable file → Normal file
View File

0
include/PR/leoappli.h Executable file → Normal file
View File

0
include/PR/libaudio.h Executable file → Normal file
View File

0
include/PR/mbi.h Executable file → Normal file
View File

0
include/PR/n_libaudio.h Executable file → Normal file
View File

0
include/PR/n_libaudio_s_to_n.h Executable file → Normal file
View File

0
include/PR/os.h Executable file → Normal file
View File

0
include/PR/os_ai.h Executable file → Normal file
View File

0
include/PR/os_cache.h Executable file → Normal file
View File

0
include/PR/os_cont.h Executable file → Normal file
View File

0
include/PR/os_convert.h Executable file → Normal file
View File

0
include/PR/os_debug.h Executable file → Normal file
View File

0
include/PR/os_eeprom.h Executable file → Normal file
View File

0
include/PR/os_error.h Executable file → Normal file
View File

0
include/PR/os_exception.h Executable file → Normal file
View File

0
include/PR/os_gbpak.h Executable file → Normal file
View File

0
include/PR/os_gio.h Executable file → Normal file
View File

0
include/PR/os_host.h Executable file → Normal file
View File

0
include/PR/os_internal.h Executable file → Normal file
View File

0
include/PR/os_internal_debug.h Executable file → Normal file
View File

0
include/PR/os_internal_error.h Executable file → Normal file
View File

0
include/PR/os_internal_exception.h Executable file → Normal file
View File

0
include/PR/os_internal_gio.h Executable file → Normal file
View File

0
include/PR/os_internal_host.h Executable file → Normal file
View File

0
include/PR/os_internal_reg.h Executable file → Normal file
View File

0
include/PR/os_internal_rsp.h Executable file → Normal file
View File

0
include/PR/os_internal_si.h Executable file → Normal file
View File

0
include/PR/os_internal_thread.h Executable file → Normal file
View File

0
include/PR/os_internal_tlb.h Executable file → Normal file
View File

0
include/PR/os_libc.h Executable file → Normal file
View File

0
include/PR/os_message.h Executable file → Normal file
View File

0
include/PR/os_motor.h Executable file → Normal file
View File

0
include/PR/os_pfs.h Executable file → Normal file
View File

0
include/PR/os_pi.h Executable file → Normal file
View File

0
include/PR/os_rdp.h Executable file → Normal file
View File

0
include/PR/os_reg.h Executable file → Normal file
View File

0
include/PR/os_rsp.h Executable file → Normal file
View File

0
include/PR/os_si.h Executable file → Normal file
View File

0
include/PR/os_system.h Executable file → Normal file
View File

0
include/PR/os_thread.h Executable file → Normal file
View File

0
include/PR/os_time.h Executable file → Normal file
View File

0
include/PR/os_tlb.h Executable file → Normal file
View File

0
include/PR/os_version.h Executable file → Normal file
View File

0
include/PR/os_vi.h Executable file → Normal file
View File

0
include/PR/os_voice.h Executable file → Normal file
View File

0
include/PR/ramrom.h Executable file → Normal file
View File

0
include/PR/rcp.h Executable file → Normal file
View File

0
include/PR/rdb.h Executable file → Normal file
View File

0
include/PR/region.h Executable file → Normal file
View File

0
include/PR/rmon.h Executable file → Normal file
View File

0
include/PR/sched.h Executable file → Normal file
View File

0
include/PR/sp.h Executable file → Normal file
View File

0
include/PR/sptask.h Executable file → Normal file
View File

0
include/PR/ucode.h Executable file → Normal file
View File

0
include/PR/ucode_debug.h Executable file → Normal file
View File

0
include/PR/ultraerror.h Executable file → Normal file
View File

0
include/PR/ultralog.h Executable file → Normal file
View File

0
include/PR/ultratypes.h Executable file → Normal file
View File

0
include/controller.h Executable file → Normal file
View File

0
include/gcc/string.h Executable file → Normal file
View File

0
include/libc/xstdio.h Executable file → Normal file
View File

0
include/ultra64.h Executable file → Normal file
View File

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [[ "$UID" -eq "0" ]]; then
SUDO=""

View File

@ -1,3 +1,5 @@
#!/usr/bin/env sh
rm -rf ver/*/expected
mkdir -p ver/us/expected/ver/us

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
import json
import glob

2
tools/build/bin_inc_c.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
from pathlib import Path
from sys import argv

2
tools/build/genobjcopy.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
import sys, os
#Under normal compilation we rely on splat to use a discard option in the ldscript

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
from sys import argv, stderr
from math import floor, ceil

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
from sys import argv
import re

0
tools/build/imgfx/imgfx_data.py Normal file → Executable file
View File

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
import os
from pathlib import Path

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
import os
from sys import argv

2
tools/build/mapfs/map_header.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
from sys import argv, stderr
from os import path

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
from sys import argv

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
from sys import argv
from collections import OrderedDict

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
from sys import argv
from collections import OrderedDict

2
tools/build/pal_inc_c.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
from pathlib import Path
from sys import argv

2
tools/build/pm_charset.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
from sys import argv

2
tools/build/pm_charset_palettes.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
from sys import argv

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
from sys import argv

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
from sys import argv, path
from pathlib import Path

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
from math import floor, ceil
from sys import argv, path

0
tools/build/sprite/sprite_shading_profiles.py Normal file → Executable file
View File

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
import struct

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
import struct
import argparse

View File

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
import sym_info
from pathlib import Path

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import argparse
from collections import Counter, OrderedDict

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import argparse
import os

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import argparse
import os

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import re
import os

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import os
from pathlib import Path

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import os
from pathlib import Path

Some files were not shown because too many files have changed in this diff Show More