Remove comment check from index search.

This commit is contained in:
Jorge Bucaran 2016-02-25 21:49:18 +09:00
parent 517b8110a1
commit 2aecb9a98e
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

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