You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2014/08/16 05:02:11 UTC

git commit: Add shebang to script

Repository: buildr
Updated Branches:
  refs/heads/master 197f3d3e4 -> fed9f7775


Add shebang to script


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

Branch: refs/heads/master
Commit: fed9f7775e87d6f804f679fabc99855f614e75c4
Parents: 197f3d3
Author: Peter Donald <pe...@realityforge.org>
Authored: Sat Aug 16 13:02:00 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sat Aug 16 13:02:00 2014 +1000

----------------------------------------------------------------------
 ci-setup.sh | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/fed9f777/ci-setup.sh
----------------------------------------------------------------------
diff --git a/ci-setup.sh b/ci-setup.sh
index 41c5d23..7f4a8a1 100644
--- a/ci-setup.sh
+++ b/ci-setup.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
+
 update_bundler() {
   gem list | grep 'bundler' &> /dev/null
   if [ $? -gt 0 ]; then