]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
qcc.sh: require bash, not sh
authorTimePath <andrew.hardaker1995@gmail.com>
Mon, 14 Mar 2016 12:37:02 +0000 (12:37 +0000)
committerTimePath <andrew.hardaker1995@gmail.com>
Mon, 14 Mar 2016 12:37:02 +0000 (12:37 +0000)
qcsrc/tools/qcc.sh

index 6295828f443587daa487f458e5b20919cd62d484..92f8b98fbd600c1a6b804558de8f11c8740ad2b9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -eu
 
 WORKDIR=${WORKDIR}