Skip to content
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

Bad file descriptor when trying to tell me "no such command" #36

Closed
omega opened this issue Jun 18, 2013 · 1 comment
Closed

Bad file descriptor when trying to tell me "no such command" #36

omega opened this issue Jun 18, 2013 · 1 comment

Comments

@omega
Copy link

omega commented Jun 18, 2013

$ plenv -v
plenv 2.0.1
$ plenv -ape
/usr/local/bin/plenv: line 85: 3: Bad file descriptor

Line 85 is echo "plenv: no such command \'$command'" >&3, but that file descriptor seems to not be open (yet?). Is it a typo, should it be >&2 to output to STDERR?

@tokuhirom
Copy link
Owner

It's just a typo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants