__fish_parse_configure: Move some comments

This contained a commented-out `eval`, which drew my attention.
This commit is contained in:
Fabian Homborg 2018-10-21 15:38:31 +02:00
parent 3c6844d4f4
commit 162af88c9a

View file

@ -20,7 +20,6 @@ function __fish_parse_configure
set -l next_line
set -l line
set -l buffer
# eval $argv[1] --help 2>/dev/null |
# Just fish's `./configure --help` takes ~350ms to run, before parsing
# The following chain attempts to extract the help message:
cat $argv[1] | tr \n \u0e | sed -n 's/.*Report the --help message\(.*\?\)ac_status.*/\1/; s/ac_status.*//p' | tr \u0e \n |