From 60ea2874b3ea4ef4d0efe95caf094ffd7dca3064 Mon Sep 17 00:00:00 2001 From: grimreaper Date: Sat, 23 Nov 2013 22:43:40 -0500 Subject: [PATCH] Fix autogen.sh shebang line /bin/bash does not exist on many systems. In addition this script appears to be POSIX compatible so just use the appropriate shebang line. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 607aa949..324870a3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh have_automake=false if automake --version < /dev/null > /dev/null 2>&1 ; then