diff options
| author | Gerhard Lazu <gerhard@lazu.co.uk> | 2017-01-17 18:03:18 +0000 |
|---|---|---|
| committer | Gerhard Lazu <gerhard@lazu.co.uk> | 2017-01-17 18:09:35 +0000 |
| commit | 5c239b0618333f4d4f140012e90cc61fc5139799 (patch) | |
| tree | 4a74b12f188a32c2192a717afe21dbe847e77207 /scripts/cuttlefish | |
| parent | dd92f155047a9f2d0c312287ef3711a2e5c7525f (diff) | |
| download | rabbitmq-server-git-5c239b0618333f4d4f140012e90cc61fc5139799.tar.gz | |
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
Diffstat (limited to 'scripts/cuttlefish')
0 files changed, 0 insertions, 0 deletions
