firejail/contrib
Kelvin M. Klann 7b47c82d6b build: sort.py: ignore empty files
Currently it adds a newline to empty files.

Before:

    $ : >foo.profile
    $ contrib/sort.py foo.profile
    sort.py: checking 1 profile(s)...
    foo.profile:(fixed whitespace)
    [ Fixed ] foo.profile
    $ od -A n -t x1 foo.profile
     0a

After:

    $ : >foo.profile
    $ contrib/sort.py foo.profile
    sort.py: checking 1 profile(s)...
    $

This amends commit c222b7f69 ("build: sort.py: fix whitespace in entire
profile (#6593)", 2024-12-28).
2025-01-04 11:33:12 -03:00
..
syntax bugfix: update syscalls.list 2025-01-04 01:03:12 -03:00
vim/ftdetect contrib/vim: match profile files more broadly 2023-06-10 14:16:41 -03:00
fix_private-bin.py fix spelling (#4573) 2021-09-22 23:05:33 +02:00
fj-mkdeb.py update copyright 2024 2024-01-12 11:23:22 -05:00
fjclip.py update copyright 2024 2024-01-12 11:23:22 -05:00
fjdisplay.py update copyright 2024 2024-01-12 11:23:22 -05:00
fjresize.py update copyright 2024 2024-01-12 11:23:22 -05:00
gdb-firejail.sh update copyright 2024 2024-01-12 11:23:22 -05:00
jail_prober.py update copyright 2024 2024-01-12 11:23:22 -05:00
sort.py build: sort.py: ignore empty files 2025-01-04 11:33:12 -03:00
syscalls.sh update copyright 2024 2024-01-12 11:23:22 -05:00
update_deb.sh build: use generic wildcard on package install 2024-02-29 07:52:33 -03:00