From ed92fa5a28785a26792f23e86577374775c0aa5a Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 13 Feb 2015 15:50:42 -0700 Subject: [PATCH] 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 --- jsonlog/jsonlog_marshalling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonlog/jsonlog_marshalling.go b/jsonlog/jsonlog_marshalling.go index 6c7f73a..6244eb0 100644 --- a/jsonlog/jsonlog_marshalling.go +++ b/jsonlog/jsonlog_marshalling.go @@ -1,7 +1,7 @@ // This code was initially generated by ffjson // This code was generated via the following steps: // $ go get -u github.com/pquerna/ffjson -// $ make shell BINDDIR=. +// $ make BIND_DIR=. shell // $ ffjson pkg/jsonlog/jsonlog.go // $ mv pkg/jsonglog/jsonlog_ffjson.go pkg/jsonlog/jsonlog_marshalling.go //