You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2016/09/01 23:26:50 UTC

[4/9] hbase git commit: HBASE-16547 hbase-archetype-builder shell scripts assume bash is installed in /bin

HBASE-16547 hbase-archetype-builder shell scripts assume bash is installed in /bin


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

Branch: refs/heads/master
Commit: 817660dd11ef9758b953abcc7b671ab305f6c63f
Parents: b839d04
Author: Andrew Purtell <ap...@apache.org>
Authored: Thu Sep 1 15:49:48 2016 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Thu Sep 1 15:57:54 2016 -0700

----------------------------------------------------------------------
 hbase-archetypes/hbase-archetype-builder/createArchetypes.sh  | 2 +-
 hbase-archetypes/hbase-archetype-builder/installArchetypes.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/817660dd/hbase-archetypes/hbase-archetype-builder/createArchetypes.sh
----------------------------------------------------------------------
diff --git a/hbase-archetypes/hbase-archetype-builder/createArchetypes.sh b/hbase-archetypes/hbase-archetype-builder/createArchetypes.sh
index 067fbd9..43bfe8c 100755
--- a/hbase-archetypes/hbase-archetype-builder/createArchetypes.sh
+++ b/hbase-archetypes/hbase-archetype-builder/createArchetypes.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/hbase/blob/817660dd/hbase-archetypes/hbase-archetype-builder/installArchetypes.sh
----------------------------------------------------------------------
diff --git a/hbase-archetypes/hbase-archetype-builder/installArchetypes.sh b/hbase-archetypes/hbase-archetype-builder/installArchetypes.sh
index 1067a1f..c5c93a7 100755
--- a/hbase-archetypes/hbase-archetype-builder/installArchetypes.sh
+++ b/hbase-archetypes/hbase-archetype-builder/installArchetypes.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file