You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2014/03/13 23:15:53 UTC

[2/2] git commit: KNOX-306: Change linux scripts to use /bin/bash

KNOX-306: Change linux scripts to use /bin/bash


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

Branch: refs/heads/v0.4.0
Commit: be8cba05d3d2e46f601f4e88e1d898302ed50642
Parents: 2cc8b1b
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Thu Mar 13 18:09:08 2014 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Thu Mar 13 18:15:03 2014 -0400

----------------------------------------------------------------------
 gateway-release/home/bin/gateway.sh  | 2 +-
 gateway-release/home/bin/knox-env.sh | 2 +-
 gateway-release/home/bin/knoxcli.sh  | 2 +-
 gateway-release/home/bin/ldap.sh     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/be8cba05/gateway-release/home/bin/gateway.sh
----------------------------------------------------------------------
diff --git a/gateway-release/home/bin/gateway.sh b/gateway-release/home/bin/gateway.sh
index a449c30..95f76ad 100755
--- a/gateway-release/home/bin/gateway.sh
+++ b/gateway-release/home/bin/gateway.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 #
 #  Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/knox/blob/be8cba05/gateway-release/home/bin/knox-env.sh
----------------------------------------------------------------------
diff --git a/gateway-release/home/bin/knox-env.sh b/gateway-release/home/bin/knox-env.sh
index c33ae00..4fd2a70 100644
--- a/gateway-release/home/bin/knox-env.sh
+++ b/gateway-release/home/bin/knox-env.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 #
 #  Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/knox/blob/be8cba05/gateway-release/home/bin/knoxcli.sh
----------------------------------------------------------------------
diff --git a/gateway-release/home/bin/knoxcli.sh b/gateway-release/home/bin/knoxcli.sh
index da6e6e2..9629a24 100755
--- a/gateway-release/home/bin/knoxcli.sh
+++ b/gateway-release/home/bin/knoxcli.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 #
 #  Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/knox/blob/be8cba05/gateway-release/home/bin/ldap.sh
----------------------------------------------------------------------
diff --git a/gateway-release/home/bin/ldap.sh b/gateway-release/home/bin/ldap.sh
index 21aa4a7..2b12f27 100755
--- a/gateway-release/home/bin/ldap.sh
+++ b/gateway-release/home/bin/ldap.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 #
 #  Licensed to the Apache Software Foundation (ASF) under one or more