From cc68421645a3cd28dcf48a045845c13aa0a830f0 Mon Sep 17 00:00:00 2001 From: vg Date: Tue, 29 Jan 2019 22:46:30 +0100 Subject: input is piped purposely preventing read to a question, redirect tty to answer --- scripts/help-me.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/help-me.bash b/scripts/help-me.bash index 1dd65ed..cc7503f 100755 --- a/scripts/help-me.bash +++ b/scripts/help-me.bash @@ -331,7 +331,7 @@ main() { # log local logfile="$(mktemp --tmpdir --suffix=.log help.XXXXXXXXXX)" - exec > >(tee "$logfile") 2>&1 + exec > >(tee "$logfile") 2>&1