Skip to content

Conversation

@gcabiddu
Copy link
Contributor

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.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes an execution error in autogen.sh by moving the shebang line to the very beginning of the file. The shebang was previously located after the BSD license header, causing an "Exec format error" when the script was invoked on Guix systems.

Key Changes:

  • Relocated the shebang (#!/bin/sh) from line 37 to line 1, before the license header

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@gcabiddu gcabiddu requested a review from Copilot December 19, 2025 16:17
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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 <[email protected]>
@fionatrahe fionatrahe merged commit 95c9fb6 into main Jan 7, 2026
3 checks passed
@fionatrahe fionatrahe deleted the autogen-fix branch January 7, 2026 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

invalid shebang in autogen.sh

4 participants