]> git.ipfire.org Git - thirdparty/systemd.git/commit
path-util: simplify final path for find_executable() 33810/head
authorMike Yuan <me@yhndnzj.com>
Mon, 22 Jul 2024 20:17:24 +0000 (22:17 +0200)
committerMike Yuan <me@yhndnzj.com>
Tue, 23 Jul 2024 16:48:15 +0000 (18:48 +0200)
commit0e7eda91f4bacc3a84733d392f7954b1950c793c
tree9e77e68b2cc0d0ad225a620c2a7f2612b2ddbff7
parent51b271ead7c1e767607064a57a3024bb7d9c2e2f
path-util: simplify final path for find_executable()

Currently, systemd-run ./test.sh would set Description=
to $PWD/./test.sh. This is quite ugly.
src/basic/path-util.c