summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-10-23 15:07:16 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-10-23 15:07:16 +0900
commita1184ceb4e1fcf468a7a56052eff53192092b0f4 (patch)
treef3c735f2b7a680f1787cacc17892f47dbfb3a974 /install
parent02203c7739f4af80b24c40caf2553fcd616bbbe0 (diff)
Fix travis CI build
Diffstat (limited to 'install')
-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() {