danhper / fundle

A minimalist package manager for fish shell
MIT License
375 stars 22 forks source link

Fish 3.0 incompatibility: expected end of statement but instead found a string #34

Closed nesl247 closed 6 years ago

nesl247 commented 6 years ago

When running fish from master (fish, version 2.7.1-1070-ga9b582d2 - it's not really 2.7.1) I am getting the following:

~/.config/fish/functions/fundle.fish (line 53): Expected end of the statement, but instead found a string
    if echo $d | grep -v 'N' > /dev/null ^&1
nesl247 commented 6 years ago

This is caused by https://github.com/fish-shell/fish-shell/issues/4394

danhper commented 6 years ago

Thank you for the warning. I just fixed this and published a new version.

nesl247 commented 6 years ago

Thanks!