You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: