mirror of https://github.com/pmret/papermario.git
Clean executable files (#1047)
* Mark headers as non-executable * Update shebangs
This commit is contained in:
parent
4680a74e0b
commit
5511e18133
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [[ "$UID" -eq "0" ]]; then
|
if [[ "$UID" -eq "0" ]]; then
|
||||||
SUDO=""
|
SUDO=""
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
rm -rf ver/*/expected
|
rm -rf ver/*/expected
|
||||||
|
|
||||||
mkdir -p ver/us/expected/ver/us
|
mkdir -p ver/us/expected/ver/us
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import glob
|
import glob
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from sys import argv
|
from sys import argv
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
import sys, os
|
import sys, os
|
||||||
|
|
||||||
#Under normal compilation we rely on splat to use a discard option in the ldscript
|
#Under normal compilation we rely on splat to use a discard option in the ldscript
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from sys import argv, stderr
|
from sys import argv, stderr
|
||||||
from math import floor, ceil
|
from math import floor, ceil
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from sys import argv
|
from sys import argv
|
||||||
import re
|
import re
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from sys import argv
|
from sys import argv
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from sys import argv, stderr
|
from sys import argv, stderr
|
||||||
from os import path
|
from os import path
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from sys import argv
|
from sys import argv
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from sys import argv
|
from sys import argv
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from sys import argv
|
from sys import argv
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from sys import argv
|
from sys import argv
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from sys import argv
|
from sys import argv
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from sys import argv
|
from sys import argv
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from sys import argv
|
from sys import argv
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from sys import argv, path
|
from sys import argv, path
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from math import floor, ceil
|
from math import floor, ceil
|
||||||
from sys import argv, path
|
from sys import argv, path
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import struct
|
import struct
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import struct
|
import struct
|
||||||
import argparse
|
import argparse
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import sym_info
|
import sym_info
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
from collections import Counter, OrderedDict
|
from collections import Counter, OrderedDict
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue