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:48 UTC

[2/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/77a6c6ce
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/77a6c6ce
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/77a6c6ce

Branch: refs/heads/branch-1
Commit: 77a6c6ce346a1345548d21642bcb89793855e1d2
Parents: 84b2431
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:31 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/77a6c6ce/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/77a6c6ce/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