From 2413ce498fcb0b806902c651f34ca42b3f5e29eb Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Sun, 25 Jun 2023 11:59:05 +0100 Subject: [PATCH] The autogen script is not using any bash features --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index d6aac56..dfa8610 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh rm -f include/config.h include/config.h.in include/config.h.in~ config.mak configure