From 086b1bf08bfc94a08e58b83714223d1dc1cf85ae Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Mon, 19 Mar 2012 13:15:25 -0400 Subject: [PATCH] Forcing bash for ci build --- ci/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/build.sh b/ci/build.sh index 0ae457b067..038777293f 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -1,3 +1,5 @@ +#! /bin/bash + #sass sass:static/css -r templates/sass/bourbon/lib/bourbon.rb --style :compressed if [ -z "${GIT_COMMIT}" ]; then