You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/01/23 09:32:21 UTC

[34/50] [abbrv] incubator-kylin git commit: change default sh to bash

change default sh to bash


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/9feb25aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/9feb25aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/9feb25aa

Branch: refs/heads/inverted-index
Commit: 9feb25aa106253fa3f280b9fd602b51057acff0e
Parents: 6a9d6cf
Author: honma <ho...@ebay.com>
Authored: Fri Jan 23 13:15:42 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Fri Jan 23 13:15:42 2015 +0800

----------------------------------------------------------------------
 kylin.sh          | 2 +-
 package.sh        | 2 +-
 sandbox_deploy.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/9feb25aa/kylin.sh
----------------------------------------------------------------------
diff --git a/kylin.sh b/kylin.sh
index 2669da5..5644e16 100755
--- a/kylin.sh
+++ b/kylin.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 if [ -z "$CATALINA_HOME" ]
 then

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/9feb25aa/package.sh
----------------------------------------------------------------------
diff --git a/package.sh b/package.sh
index d972210..6624cb8 100755
--- a/package.sh
+++ b/package.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 mvn clean
 mvn install -DskipTests

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/9feb25aa/sandbox_deploy.sh
----------------------------------------------------------------------
diff --git a/sandbox_deploy.sh b/sandbox_deploy.sh
index 5200d84..5f68026 100755
--- a/sandbox_deploy.sh
+++ b/sandbox_deploy.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
 
 set -o pipefail  # trace ERR through pipes
 set -o errtrace  # trace ERR through 'time command' and other functions