Hello,
I have problems with arguments of command line on Linux when they contain special characters like: ! < >
When the bash expands the command line, < and > are interpreted as stream redirectors and ! as selector in the history.
To solve this issue I have added these characters in the constant com.xebialabs.overthere.CmdLineArgument.SPECIAL_CHARS_UNIX
Eric
Hello,
I have problems with arguments of command line on Linux when they contain special characters like: ! < >
When the bash expands the command line, < and > are interpreted as stream redirectors and ! as selector in the history.
To solve this issue I have added these characters in the constant com.xebialabs.overthere.CmdLineArgument.SPECIAL_CHARS_UNIX
Eric