Skip to content

Commit 218f552

Browse files
committed
Use /bin/sh for rabbitmq-script-wrapper, not /bin/bash
There's nothing in it that is an obvious dependency on bash, and some testing with dash as /bin/sh doesn't reveal any problems. Neither does checkbashisms.
1 parent 345d4d0 commit 218f552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/common/rabbitmq-script-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
# Escape spaces and quotes, because shell is revolting.
33
for arg in "$@" ; do
44
# Escape quotes in parameters, so that they're passed through cleanly.

0 commit comments

Comments
 (0)