From: TimePath Date: Mon, 14 Mar 2016 12:37:02 +0000 (+0000) Subject: qcc.sh: require bash, not sh X-Git-Tag: xonotic-v0.8.2~1081 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e8f359ab180b5871b9c10df0cc667b90bf13b124;p=xonotic%2Fxonotic-data.pk3dir.git qcc.sh: require bash, not sh --- diff --git a/qcsrc/tools/qcc.sh b/qcsrc/tools/qcc.sh index 6295828f4..92f8b98fb 100755 --- a/qcsrc/tools/qcc.sh +++ b/qcsrc/tools/qcc.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -eu WORKDIR=${WORKDIR}