rabbitmq-server/scripts
Gerhard Lazu 5c239b0618 Modify new scripts to use /bin/sh
While at it, make them POSIX.1-2008 compliant (a.k.a fix all shellchecks)

Prefer parameter expansion and manipulation over command invocation:

    # OK-ish
    `dirname $0`

    # SPOT ON
    "${0%/*}"

Guard against empty ESCRIPT_DIR var
2017-01-17 18:09:35 +00:00
..
cuttlefish New cuttlefish 2016-02-19 16:36:15 +00:00
rabbitmq-defaults Fixed various typos across code comments 2016-12-25 17:32:54 +02:00
rabbitmq-defaults.bat SCHEMA_DIR set to writable location by default 2016-04-14 18:14:39 +01:00
rabbitmq-diagnostics Modify new scripts to use /bin/sh 2017-01-17 18:09:35 +00:00
rabbitmq-diagnostics.bat Windows integration for plugins and diagnostics 2016-11-03 11:44:26 +00:00
rabbitmq-echopid.bat rabbitmq-defaults.bat and rabbitmq-echopid.bat: Fix line ending 2015-11-03 19:16:52 +01:00
rabbitmq-env Merge branch 'master' into rabbitmq-server-567 2016-12-23 23:18:16 +03:00
rabbitmq-env.bat Revert "Do not expand plugins anymore" 2016-12-23 18:36:57 +01:00
rabbitmq-plugins Modify new scripts to use /bin/sh 2017-01-17 18:09:35 +00:00
rabbitmq-plugins.bat rabbitmq-plugins.bat: Use `escript.exe` to run `rabbitmq-plugins` 2016-11-08 17:16:37 +01:00
rabbitmq-server Fixed various typos across code comments 2016-12-25 17:32:54 +02:00
rabbitmq-server.bat Make sure command extensions are enabled during script execution 2017-01-12 13:28:47 +00:00
rabbitmq-service.bat Make sure command extensions are enabled during script execution 2017-01-12 13:28:47 +00:00
rabbitmqctl Modify new scripts to use /bin/sh 2017-01-17 18:09:35 +00:00
rabbitmqctl.bat Use the new cli in windows rabbitmqctl 2016-10-31 11:37:34 +00:00