Commit 5f230e33 authored by Bruno Pinto's avatar Bruno Pinto

checking for --inherit-variable support is too slow

parent b04c7fa4
...@@ -28,7 +28,8 @@ set -l execs annotate \ ...@@ -28,7 +28,8 @@ set -l execs annotate \
unicorn \ unicorn \
unicorn_rails unicorn_rails
set -l do_eval (function --help | grep -q '‐‐inherit‐variable'; 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 for executable in $execs
if test -z "$do_eval" if test -z "$do_eval"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment