diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2024-05-23 00:35:38 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2024-05-23 00:39:53 +0200 |
commit | 818712f99f165011aaaad5fd82c40304004ace23 (patch) | |
tree | eda349ab973a7b7f47961965ee5440ca5d506941 /changelog.d | |
parent | 05b9805bf98ddfc6a0ecf72b778182eb7af169e2 (diff) | |
download | pleroma-818712f99f165011aaaad5fd82c40304004ace23.tar.gz pleroma-818712f99f165011aaaad5fd82c40304004ace23.zip |
pleroma_ctl: Use realpath(1) instead of readlink(1)
From realpath(1) in POSIX 202x Draft 4.1:
> If file does not name a symbolic link, readlink shall write a diagnostic
> message to standard error and exit with non-zero status.
Which also doesn't includes `-f`, in preference of `realpath`.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/realpath-over-readlink.fix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/realpath-over-readlink.fix b/changelog.d/realpath-over-readlink.fix new file mode 100644 index 000000000..479561b95 --- /dev/null +++ b/changelog.d/realpath-over-readlink.fix @@ -0,0 +1 @@ +pleroma_ctl: Use realpath(1) instead of readlink(1) |