summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index be2cd024..2a43c9b5 100755
--- a/install
+++ b/install
@@ -53,6 +53,7 @@ cd $(dirname $BASH_SOURCE)
fzf_base="$(pwd)"
# If stdin is a tty, we are "interactive".
+interactive=
[ -t 0 ] && interactive=yes
ask() {