Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.2
-
Component/s: Command 'system'
-
Security Level: Public
-
- Environment:
- -
This is due to that the command system accepts only one argument. In the explain case, the argument taken into account by the command is 'echo'. The argument 'linux' is skiped.
A workaround, for version prior to 4.2, is to enclosed the complete system command with quotes: petals-cli -c system "echo linux"