From c5961f867f94f7589e2bffbfcb17db85c219d66c Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Tue, 3 Mar 2020 22:03:09 -0800 Subject: [PATCH] autogen change shebang to /bin/bash. /bin/sh is a symlink to Dash on Ubuntu [https://github.com/joncampbell123/dosbox-x/issues/1429] --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index a7238b6fe..38e50ac81 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # If an error occurs, quit the script and inform the user. This ensures scripts # like ./build-macosx etc. don't continue on if Autotools isn't installed.