[BUG] CLI parser should ignore $(..)
jayvdb opened this issue · 0 comments
jayvdb commented
Describe the bug
The CLI parser should ignore commands including $(...)
and other unknown shell syntax.
To Reproduce
Steps to reproduce the behavior:
sudo zypper in $(grep BuildRequires ../../../*.spec | sed -e 's/BuildRequires://')
Result:
Mirror this command?
- BuildRequires (Command-line interface to ZYpp system management library)
Expected behavior
emplace should skip the command line.
Desktop (please complete the following information):
- OS: Linux
- Shell: Bash
Additional context
Machine information