From 0a5f9f8721a5c6932e42787288e1d8fa524b9c58 Mon Sep 17 00:00:00 2001 From: codereader Date: Tue, 7 Feb 2017 05:23:24 +0100 Subject: [PATCH] Run autogen.sh with bash --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index e80809beb8..7e7a90b1c2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ -#!/bin/sh +#!/bin/bash aclocal -I m4 # Use the glibtoolize command in OSX -if [[ "$OSTYPE" == "darwin"* ]]; then +if [ "$OSTYPE" == "darwin"* ]; then glibtoolize --force --copy else libtoolize --force --copy