commit | 7c2c49eceb79eb4738f38a00270830057b5bfb76 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Tue Feb 03 15:45:13 2015 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Feb 03 15:45:13 2015 -0500 |
tree | 8a2230889ffe2c2f657538cf694305abdb4c8ce9 | |
parent | 1cb9e64298e9af6b6a8962d43abefdf0b8a635f9 [diff] |
ktest: Place quotes around item variable Seems that some of the new console logic causes doprint to possibly get evaluated. When printing a commit message that contains parenthesis, it fails with a shell parsing error. This gets fixed when we add quotes around the $item variable, and prevent it from being evaluated by any shell commands. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>