Repository: knox Updated Branches: refs/heads/master 75866cb1d -> 0de5a0aee
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/0de5a0ae Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/0de5a0ae Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/0de5a0ae Branch: refs/heads/master Commit: 0de5a0aeebcdb3a75e22f35e574c1c148b5def1c Parents: 75866cb Author: Kevin Minder <[email protected]> Authored: Thu Mar 13 18:09:08 2014 -0400 Committer: Kevin Minder <[email protected]> Committed: Thu Mar 13 18:09:08 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/0de5a0ae/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/0de5a0ae/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/0de5a0ae/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/0de5a0ae/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
