Skip to content

Commit 77c074b

Browse files
dumbbellmichaelklishin
authored andcommitted
rabbitmq-script-wrapper: Use '=', not '==' with Bourne shell's test
1 parent 793d7bf commit 77c074b

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
@@ -16,7 +16,7 @@
1616
##
1717

1818
SED_OPT="-E"
19-
if [ $(uname -s) == "Linux" ]; then
19+
if [ $(uname -s) = "Linux" ]; then
2020
SED_OPT="-r"
2121
fi
2222

0 commit comments

Comments
 (0)