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:
parent
27b65e90ca
commit
db4809d906
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh -e
|
#!/bin/bash -e
|
||||||
<% commands.each {command -> %><%= command %><% } %>
|
<% commands.each {command -> %><%= command %><% } %>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh -e
|
#!/bin/bash -e
|
||||||
<% commands.each {command -> %><%= command %><% } %>
|
<% commands.each {command -> %><%= command %><% } %>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# CONF_FILE setting was removed
|
# CONF_FILE setting was removed
|
||||||
if [ ! -z "$CONF_FILE" ]; then
|
if [ ! -z "$CONF_FILE" ]; then
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# check in case a user was using this mechanism
|
# check in case a user was using this mechanism
|
||||||
if [ "x$ES_CLASSPATH" != "x" ]; then
|
if [ "x$ES_CLASSPATH" != "x" ]; then
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
echo test
|
echo test
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# This file contains some utilities to test the elasticsearch scripts,
|
# This file contains some utilities to test the elasticsearch scripts,
|
||||||
# the .deb/.rpm packages and the SysV/Systemd scripts.
|
# the .deb/.rpm packages and the SysV/Systemd scripts.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# This file contains some utilities to test the elasticsearch scripts with
|
# This file contains some utilities to test the elasticsearch scripts with
|
||||||
# the .deb/.rpm packages.
|
# the .deb/.rpm packages.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# This file contains some utilities to test the elasticsearch scripts,
|
# This file contains some utilities to test the elasticsearch scripts,
|
||||||
# the .deb/.rpm packages and the SysV/Systemd scripts.
|
# the .deb/.rpm packages and the SysV/Systemd scripts.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# This file contains some utilities to test the elasticsearch scripts,
|
# This file contains some utilities to test the elasticsearch scripts,
|
||||||
# the .deb/.rpm packages and the SysV/Systemd scripts.
|
# the .deb/.rpm packages and the SysV/Systemd scripts.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# This file contains some utilities to test the elasticsearch scripts,
|
# This file contains some utilities to test the elasticsearch scripts,
|
||||||
# the .deb/.rpm packages and the SysV/Systemd scripts.
|
# the .deb/.rpm packages and the SysV/Systemd scripts.
|
||||||
|
|
Loading…
Reference in New Issue