summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiwei Li <daiweili@suitabletech.com>2016-02-20 14:23:05 -0800
committerMorten Johan Sørvig <morten.sorvig@theqtcompany.com>2016-02-23 13:55:10 +0000
commit0ab8e5972fa3d846f999a300f86b5b6ea805841f (patch)
treed26c3f693cfbc64a3c4f05e00159f42b3acc5a1f
parent7fb4ec1dd9498a1775b9922710abea440bf0dcc5 (diff)
Make sure nacl-configure is run with a compatible shell
Change-Id: I23a4e97a8b1e05e6c5cb1afcfca3476b7208172c Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
-rwxr-xr-xnacl-configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/nacl-configure b/nacl-configure
index 6099fd9f3c..4e9762b30e 100755
--- a/nacl-configure
+++ b/nacl-configure
@@ -1,3 +1,4 @@
+#!/bin/bash
# This scripts generates a configure line for Qt on NaCl.
# Require that NACL_SDK_ROOT is set.