Remove comment check from index search.

pull/445/head
Jorge Bucaran 8 years ago
parent 517b8110a1
commit 2aecb9a98e
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -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

Loading…
Cancel
Save