Skip to content

Commit

Permalink
HBASE-16547 hbase-archetype-builder shell scripts assume bash is inst…
Browse files Browse the repository at this point in the history
…alled in /bin
  • Loading branch information
apurtell committed Sep 1, 2016
1 parent b839d04 commit 817660d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 817660d

Please sign in to comment.