edc / bass

Make Bash utilities usable in Fish shell
MIT License
2.2k stars 70 forks source link

Expected a combining operator like '-a' at index 1 #64

Closed marcosfede closed 5 years ago

marcosfede commented 5 years ago

sourcing a file with bass source file throws test: Expected a combining operator like '-a' at index 1

fish version: 2.7.1

edc commented 5 years ago

Without knowing the content of file, or at least the portion of it that contains the -a part, I cannot debug.

marcosfede commented 5 years ago

Sorry I should have been more clear. It happens with any file I source touch test bass source test triggers the error message

I'm on Mint 19 (does not happen on my mac machine with the same version of fish)

edc commented 5 years ago

This is fixed. Thanks for reporting!