sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

commit ccc759c09c0738efce3d3f6f063b98fc55c27802
parent 954bd2f443fa9edcd68201f5579c908b7317c6fc
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Mon,  9 Jun 2025 09:33:40 +0200

Added note to old blog post due to feedback

Diffstat:
Msrc/blog/2024-09-20-c-scripting/c-scripting.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/blog/2024-09-20-c-scripting/c-scripting.md b/src/blog/2024-09-20-c-scripting/c-scripting.md @@ -75,6 +75,11 @@ systems! The command is also included in FreeBSD (since 4.3) and MacOS (since 13), and there are probably workarounds to make the same concept work without it. +*Edit 2025-06-09: as a reader points out, `realpath` is included +in the most recent POSIX standard, +[POSIX.1-2024](https://pubs.opengroup.org/onlinepubs/9799919799/utilities/realpath.html), +so it should be more widely available in the future.* + ## Credits I did not come up with this trick - I read about it in at least