From 9fd65570c88ffaaadebacc3787a9941e8e6a6024 Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Thu, 28 Apr 2016 06:20:51 +0200 Subject: [PATCH] Do not force the use of bash in autogen.sh's shebang. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index e2d6333..e5000d7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Run this to generate all the initial makefiles, etc. # #