New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regression for io redirection syntax #6614
Comments
"Append to an fd" doesn't really make any sense. You write to where the fd currently is or you don't, the difference between "append" vs "overwrite" happens earlier, when the initial write position is chosen. I'd be okay with accepting the second ">" for compatibility, but we'd be doing nothing with it. So, as a workaround: Use |
Produces an error in bash and ksh93 FWIW. |
Er, duh, it worked in past fish versions. And just checked, works in zsh. |
With fish 3.1, you can also just do: |
This is also breaking some plugin installations like nvm. |
I had to temporarily downgrade fish for Ubuntu bionic 18.04, see:
|
This is now the default version of fish shell that ships with ubuntu 20.04 :( So that means that fish shell is broken out of the box on Ubuntu 20.04. I have filed this: https://bugs.launchpad.net/ubuntu/+source/fish/+bug/1874560 Perhaps the ubuntu community will consider pulling in the single commit to fix their package. A 3.1.1 from the PPA would be appreciated to help along, as I don't think I have an option to use an older version at this point. |
u24b6 commentedFeb 16, 2020
•
edited
had a snippet which worked well before but no longer works. involves io redirection. snippet/error can be found below:
I am not using any customizations, this is a fresh install and I had the same issue on my old customized installation
The text was updated successfully, but these errors were encountered: