HADOOP-1689. Make shell scripts more portable.
git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk/src/contrib/hbase@568809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1756a22f03
commit
d5cc43d394
|
@ -1,4 +1,4 @@
|
|||
#! /bin/sh
|
||||
#! /usr/bin/env bash
|
||||
#
|
||||
#/**
|
||||
# * Copyright 2007 The Apache Software Foundation
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
#/**
|
||||
# * Copyright 2007 The Apache Software Foundation
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
#/**
|
||||
# * Copyright 2007 The Apache Software Foundation
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
#/**
|
||||
# * Copyright 2007 The Apache Software Foundation
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
#/**
|
||||
# * Copyright 2007 The Apache Software Foundation
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
#/**
|
||||
# * Copyright 2007 The Apache Software Foundation
|
||||
|
|
Loading…
Reference in New Issue