From 33ff573295676db906ca2cd5795ce11263028c58 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Mon, 6 Mar 2017 18:18:25 -0500 Subject: [PATCH] Small tweak of C build script. --- platform-independent/cli-c/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform-independent/cli-c/build b/platform-independent/cli-c/build index 809d450e..c119e34d 100755 --- a/platform-independent/cli-c/build +++ b/platform-independent/cli-c/build @@ -10,6 +10,7 @@ # try commenting the line in lib/bcrypt/x86.S. # - Take a look at the "Optional features" section. Some features have dependencies, # either make sure you have them or disable those features. +# eg. mpw_color=0 ./build # # BUGS # masterpassword@lyndir.com @@ -38,7 +39,7 @@ else fi # Optional features. -mpw_color=1 # Colorized Identicon, requires libncurses-dev +mpw_color=${mpw_color:-1} # Colorized Identicon, requires libncurses-dev # Distribution specific configuration. # Homebrew