checking for --inherit-variable support is too slow

pull/2/head
Bruno Pinto 10 years ago
parent b04c7fa42b
commit 5f230e331d

@ -28,7 +28,8 @@ set -l execs annotate \
unicorn \
unicorn_rails
set -l do_eval (function --help | grep -q 'inheritvariable'; and echo false)
# Fish 2.1.1+ has support for --inherit-variable
set -l do_eval (echo $FISH_VERSION | grep 2.1.1-)
for executable in $execs
if test -z "$do_eval"

Loading…
Cancel
Save