aboutsummaryrefslogtreecommitdiff
path: root/buildall.sh
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-02-13 10:07:55 +0100
committermarha <marha@users.sourceforge.net>2013-02-13 10:07:55 +0100
commit686b1ebd8d36e5a554c53e8a6715be17532ea634 (patch)
treea343f8c97e71f9c5922e81221758dd5ca46a04b2 /buildall.sh
parent11e66a9a49dacd4e1a88348ff1a3270f0090eca8 (diff)
downloadvcxsrv-686b1ebd8d36e5a554c53e8a6715be17532ea634.tar.gz
vcxsrv-686b1ebd8d36e5a554c53e8a6715be17532ea634.tar.bz2
vcxsrv-686b1ebd8d36e5a554c53e8a6715be17532ea634.zip
Make sure the script is run with bash
Diffstat (limited to 'buildall.sh')
-rwxr-xr-xbuildall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildall.sh b/buildall.sh
index fee6ddbb7..6849ccfc7 100755
--- a/buildall.sh
+++ b/buildall.sh
@@ -1,3 +1,5 @@
+#!/usr/bin/bash
+
function check-error {
if [ $? -ne 0 ]; then
echo $1