mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
__fish_parse_configure: Move some comments
This contained a commented-out `eval`, which drew my attention.
This commit is contained in:
parent
3c6844d4f4
commit
162af88c9a
1 changed files with 6 additions and 7 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue