shithub: duke3d

Download patch

ref: 11d53e67533db1e482e81c8b98b8e446b75bc6e6
parent: e637b027ee041e89aeed7c6b91c403188b141ea1
author: Tanguy Fautre <tanguy@fautre.com>
date: Sat Feb 22 16:41:09 EST 2020

Use bash, not sh on MacOS X

--- a/build_macosx.sh
+++ b/build_macosx.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -e
 
 mkdir --parents build/linux