In-house patch to change script shebangs from /bin/sh to /bin/bash.
--- rabbitmq-server-3.5.6/scripts/rabbitmq-defaults.orig 2015-11-06 15:03:53.658300806 -0700
+++ rabbitmq-server-3.5.6/scripts/rabbitmq-defaults 2015-11-06 15:04:02.201770057 -0700
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
## The contents of this file are subject to the Mozilla Public License
## Version 1.1 (the "License"); you may not use this file except in
## compliance with the License. You may obtain a copy of the License
--- rabbitmq-server-3.5.6/scripts/rabbitmq-env.~1~ 2015-10-07 06:45:15.000000000 -0600
+++ rabbitmq-server-3.5.6/scripts/rabbitmq-env 2015-11-06 15:04:49.880308945 -0700
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
## The contents of this file are subject to the Mozilla Public License
## Version 1.1 (the "License"); you may not use this file except in
## compliance with the License. You may obtain a copy of the License
--- rabbitmq-server-3.5.6/scripts/rabbitmq-plugins.orig 2015-11-06 15:05:20.895232169 -0700
+++ rabbitmq-server-3.5.6/scripts/rabbitmq-plugins 2015-11-06 15:05:27.120820613 -0700
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
## The contents of this file are subject to the Mozilla Public License
## Version 1.1 (the "License"); you may not use this file except in
## compliance with the License. You may obtain a copy of the License
--- rabbitmq-server-3.5.6/scripts/rabbitmq-server.orig 2015-11-06 15:05:50.732469659 -0700
+++ rabbitmq-server-3.5.6/scripts/rabbitmq-server 2015-11-06 15:05:56.720949599 -0700
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
## The contents of this file are subject to the Mozilla Public License
## Version 1.1 (the "License"); you may not use this file except in
## compliance with the License. You may obtain a copy of the License
--- rabbitmq-server-3.5.6/scripts/rabbitmqctl.orig 2015-11-06 15:06:17.578633681 -0700
+++ rabbitmq-server-3.5.6/scripts/rabbitmqctl 2015-11-06 15:06:23.513395133 -0700
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
## The contents of this file are subject to the Mozilla Public License
## Version 1.1 (the "License"); you may not use this file except in
## compliance with the License. You may obtain a copy of the License