- rabbitmqctl: clear CMDLINE before appending

OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=64
This commit is contained in:
Dirk Mueller 2015-09-28 10:01:46 +00:00 committed by Git OBS Bridge
parent cd449e3e02
commit f214bbacb6
2 changed files with 12 additions and 6 deletions

View File

@ -16,6 +16,7 @@
##
# Escape spaces and quotes, because shell is revolting.
CMDLINE=""
for arg in "$@" ; do
# Escape quotes in parameters, so that they're passed through cleanly.
arg=$(sed -e 's/"/\\"/g' <<-END

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 28 10:01:29 UTC 2015 - dmueller@suse.com
- rabbitmqctl: clear CMDLINE before appending
-------------------------------------------------------------------
Thu Sep 24 10:17:52 UTC 2015 - dmueller@suse.com