From 1508d76d32797dc0ba74eee0f80cae48f13e4c97 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sat, 15 Apr 2017 00:00:54 -0700 Subject: [PATCH] build: Require bash for pushd If using sh, there's no pushd. Make autogen.sh execute with bash instead. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 132dc90b5..560dab8bc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0`