Rename BINDDIR to BIND_DIR
It turns out the back-to-back `D`s here were tripping people up because visually, it looks like a typo. This renames the variable to `BIND_DIR`, but allows `BINDDIR` to continue working for backwards-compatibility. Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
This commit is contained in:
parent
35464d7db3
commit
ed92fa5a28
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
// This code was initially generated by ffjson <https://github.com/pquerna/ffjson>
|
// This code was initially generated by ffjson <https://github.com/pquerna/ffjson>
|
||||||
// This code was generated via the following steps:
|
// This code was generated via the following steps:
|
||||||
// $ go get -u github.com/pquerna/ffjson
|
// $ go get -u github.com/pquerna/ffjson
|
||||||
// $ make shell BINDDIR=.
|
// $ make BIND_DIR=. shell
|
||||||
// $ ffjson pkg/jsonlog/jsonlog.go
|
// $ ffjson pkg/jsonlog/jsonlog.go
|
||||||
// $ mv pkg/jsonglog/jsonlog_ffjson.go pkg/jsonlog/jsonlog_marshalling.go
|
// $ mv pkg/jsonglog/jsonlog_ffjson.go pkg/jsonlog/jsonlog_marshalling.go
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue