We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<(echo foo)
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
$ git --version --build-options git version 2.23.0.windows.1 cpu: x86_64 built from commit: 4db2e5cc9e1522131a039cbad3970f147a39f0ce sizeof-long: 4 sizeof-size_t: 8
$ cmd.exe /c ver Microsoft Windows [Version 10.0.14393]
$ cat /etc/install-options.txt Editor Option: VIM Custom Editor Path: Path Option: Cmd SSH Option: OpenSSH Tortoise Option: false CURL Option: OpenSSL CRLF Option: CRLFAlways Bash Terminal Option: MinTTY Performance Tweaks FSCache: Enabled Use Credential Manager: Enabled Enable Symlinks: Disabled Enable Builtin Interactive Add: Disabled
Worked with v2.21.0.windows.1 but no longer with v2.23.0.windows.1
Bash
mapfile -t foo < <(echo -e "bar\nbaz")
$foo contains (bar, baz)
$foo
bar
baz
bash: /dev/fd/62: No such file or directory
The text was updated successfully, but these errors were encountered:
This seems to be a duplicate of #2291 and #2322.
Sorry, something went wrong.
No branches or pull requests
Setup
defaults?
to the issue you're seeing?
Worked with v2.21.0.windows.1 but no longer with v2.23.0.windows.1
Details
Bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
$foo
contains (bar
,baz
)bash: /dev/fd/62: No such file or directory
The text was updated successfully, but these errors were encountered: