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) {