On 2025-06-15, Laurent Bercot wrote:
>
> It works for me.
> When in doubt, to debug an execline script, use strace.
> What does "strace -vf -e execve,fork,clone -- yourscript" show?
Attached, it exits on eltest "l1" = "l2".
Execline 2.9.7.0 built on Linux against musl 1.2.5 and skalibs 2.14.4.0
with:
CPPFLAGS='-nostdinc -isystem /usr/lib/musl/include -isystem /usr/include'
CC="musl-gcc"
./configure --enable-static-libc --enable-pedantic-posix --enable-multicall \
--prefix=/usr --libdir=/usr/lib/execline
Received on Sun Jun 15 2025 - 05:44:46 CEST