Repository: brooklyn-client
Updated Branches:
  refs/heads/master 02b1fc6ad -> ad86b5851


Ensure explicit use of bash


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/f26f35bf
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/f26f35bf
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/f26f35bf

Branch: refs/heads/master
Commit: f26f35bf70c01d8d3f3b1bbfa25c473284400912
Parents: 02b1fc6
Author: Geoff Macartney <geoff.macart...@cloudsoftcorp.com>
Authored: Mon Mar 14 11:10:45 2016 +0000
Committer: Geoff Macartney <geoff.macart...@cloudsoftcorp.com>
Committed: Mon Mar 14 11:10:45 2016 +0000

----------------------------------------------------------------------
 release/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/f26f35bf/release/build.sh
----------------------------------------------------------------------
diff --git a/release/build.sh b/release/build.sh
index b82dfbd..e33f0ed 100755
--- a/release/build.sh
+++ b/release/build.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

Reply via email to