edc / bass

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

"Variables may not be used as commands" #81

Closed akashkw closed 4 years ago

akashkw commented 4 years ago

The latest merge (65cb4cbdba563b04b58eb7d4ca331cd331edd868) causes bass to break on my machine. Reverting to (20837aa45a7dee98da46ce05eaf6b7c4d7aa09a5) seems to fix the issue. I'm running Ubuntu 18.04 with fish 2.7.1. Running bass results in the error "Variables may not be used as commands, In fish, please define a function or use 'eval $python'.". image

edc commented 4 years ago

@akashkw Could you give my fix a try? Thanks!

akashkw commented 4 years ago

@edc works perfectly, thank you