Zac Berkowitz schreef op do 09-06-2022 om 11:11 [-0400]: > +             (substitute* "src/commands/CMakeLists.txt" > +               (("/bin/sh") (which "sh")))))))) In this context, (which "sh") can maybe be simplified to just "sh", not that it really matters. Greetings, Maxime.