Remove comment check from index search.

This commit is contained in:
Jorge Bucaran 2016-02-25 21:49:18 +09:00
parent b9eac3e408
commit 6d870c126f

View file

@ -32,12 +32,7 @@ set -l plugins (
)
begin
awk -F '\n' -v RS='' -v OFS=';' '
/^ *#/ { next } { print $1, $3 }
' $fisher_cache/.index ^ /dev/null
awk -F '\n' -v RS='' -v OFS=';' ' { print $1, $3 } ' $fisher_cache/.index ^ /dev/null
__fisher_cache_list
end | sort -ut ';' -k1,1 | while read -l name info