Remove last vestigates of /bin/sh shebangs

This commit removes the remaining /bin/sh shebangs in favor of
/bin/bash.

Relates #18448
This commit is contained in:
Jason Tedor 2016-05-18 11:03:00 -04:00
parent 27b65e90ca
commit db4809d906
10 changed files with 10 additions and 10 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh -e
#!/bin/bash -e
<% commands.each {command -> %><%= command %><% } %>

View File

@ -1,2 +1,2 @@
#!/bin/sh -e
#!/bin/bash -e
<% commands.each {command -> %><%= command %><% } %>

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# CONF_FILE setting was removed
if [ ! -z "$CONF_FILE" ]; then

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# check in case a user was using this mechanism
if [ "x$ES_CLASSPATH" != "x" ]; then

View File

@ -1,3 +1,3 @@
#!/bin/sh
#!/bin/bash
echo test

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# This file contains some utilities to test the elasticsearch scripts,
# the .deb/.rpm packages and the SysV/Systemd scripts.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# This file contains some utilities to test the elasticsearch scripts with
# the .deb/.rpm packages.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# This file contains some utilities to test the elasticsearch scripts,
# the .deb/.rpm packages and the SysV/Systemd scripts.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# This file contains some utilities to test the elasticsearch scripts,
# the .deb/.rpm packages and the SysV/Systemd scripts.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# This file contains some utilities to test the elasticsearch scripts,
# the .deb/.rpm packages and the SysV/Systemd scripts.