Commit Graph

3 Commits

Author SHA1 Message Date
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
Daniil Fedotov b2b4215c71 Add escript folder to store build ctl escripts 2016-10-27 14:49:02 +01:00
Daniil Fedotov 2c6fb996a8 Integrate escripts from rabbitmq_cli on make 2016-10-25 17:29:12 +01:00