dpkg-realpath: Rewrite in C
commit42158472a5e6854888a16aa2e0216040ec2eae36
authorGuillem Jover <guillem@debian.org>
Sat, 13 Apr 2024 20:51:39 +0000 (13 22:51 +0200)
committerGuillem Jover <guillem@debian.org>
Mon, 29 Apr 2024 00:44:00 +0000 (29 02:44 +0200)
treec9626dbc4b38260d0699c115408d06204f73b00b
parent9d410b39199e46dab8268b70e4557901f3e8af85
dpkg-realpath: Rewrite in C

This should make the code more robust against system issues on missing
shell interpreters or realpath and readlink commands.
po/POTFILES.in
src/Makefile.am
src/dpkg-realpath.sh [deleted file]
src/realpath/main.c [new file with mode: 0644]
t/shellcheck.t