From 686b1ebd8d36e5a554c53e8a6715be17532ea634 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 13 Feb 2013 10:07:55 +0100 Subject: Make sure the script is run with bash --- buildall.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildall.sh') 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 -- cgit v1.2.3