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

/bin/echo cannot handle long lists #47

Closed
Diggsey opened this issue Aug 22, 2016 · 0 comments
Closed

/bin/echo cannot handle long lists #47

Diggsey opened this issue Aug 22, 2016 · 0 comments

Comments

@Diggsey
Copy link
Contributor

Diggsey commented Aug 22, 2016

When the manifest is long, running /bin/echo will fail:
-bash: /bin/echo: Argument list too long

Using just echo will work presumably because it's a bash builtin, but maybe there are better ways to do this filtering? (cough rust rewrite cough)

(Also to note: this will not cause a failure, it will just result in an empty manifest!)

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

1 participant