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

Can't handle parentheses in shell command #73

Open
douglasrossi opened this issue Aug 22, 2018 · 4 comments
Open

Can't handle parentheses in shell command #73

douglasrossi opened this issue Aug 22, 2018 · 4 comments

Comments

@douglasrossi
Copy link

Hello,
When I try to assign a shell command containing parentheses, eg ls !(*. txt), the following error is reported:
/bin/sh: 1: Syntax error: "(" unexpected
The problem occurs when using both dash and bash in the package configuration.

@morassman
Copy link
Owner

Hi @douglasrossi
When I run that command directly in the terminal it also gives that error. I don't think this is an issue with process-palette itself. Do you actually get a different result when you run that command directly from the terminal?

@douglasrossi
Copy link
Author

Hi @morassman ,
The command works normally running on the terminal, without any errors. My system is an Ubuntu 18.04.

@morassman
Copy link
Owner

I'm on OSX, but I'll install Ubuntu 18.04 on a VM and try to debug it there then.

@douglasrossi
Copy link
Author

Thanks, I really appreciate it.

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