aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/fix_private-bin.py
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-02 14:25:42 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-09 02:44:25 -0300
commit97c4f09148e136737abf57cb495ce846b2631118 (patch)
tree26a4645c94fe477472ec6314928ebd4697660982 /contrib/fix_private-bin.py
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-97c4f09148e136737abf57cb495ce846b2631118.tar.gz
firejail-97c4f09148e136737abf57cb495ce846b2631118.tar.zst
firejail-97c4f09148e136737abf57cb495ce846b2631118.zip
firejail.vim: remove literal newline escapes in tr
POSIX tr understands '\n', so use that instead of the less portable $'\n'. Commands used to search and replace: $ f=contrib/vim/syntax/firejail.vim; \ printf '%s\n' "$(sed -E \ "s/tr +\\\$'\\\\n'/tr '\\\\n'/g" "$f")" >"$f" Added on commit a1cc4a556 ("Add vim syntax and ftdetect files (#2679)", 2019-05-06).
Diffstat (limited to 'contrib/fix_private-bin.py')
0 files changed, 0 insertions, 0 deletions