From 3a9a37ed192589d450b7cfb61e8b23cb85619de2 Mon Sep 17 00:00:00 2001 From: Giovanni Cabiddu Date: Fri, 19 Dec 2025 20:44:49 +0000 Subject: [PATCH] Update autogen.sh Move shebang at the beginning of the file to avoid the following error reported on Guix: running './autogen.sh' In execvp of ./autogen.sh: Exec format error This closes #128. Signed-off-by: Giovanni Cabiddu --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 684b344b..053d3a71 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,3 +1,4 @@ +#!/bin/sh ################################################################# # # BSD LICENSE @@ -33,6 +34,5 @@ # # ################################################################# -#!/bin/sh autoreconf -if