From 7455eb387dd6ac90274d115a8384ecf60be397a3 Mon Sep 17 00:00:00 2001 From: Kim Date: Thu, 22 Sep 2016 16:48:23 +0800 Subject: [PATCH] fixed: remove color log (#839) --- src/redir.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/redir.c b/src/redir.c index a146b595..5a40d67d 100644 --- a/src/redir.c +++ b/src/redir.c @@ -781,6 +781,8 @@ main(int argc, char **argv) opterr = 0; + USE_TTY(); + while ((c = getopt_long(argc, argv, "f:s:p:l:k:t:m:c:b:a:n:huUvA", long_options, &option_index)) != -1) { switch (c) {