Commit 397865f
Christopher Frost
Fix long time bug in shell commands
Running a Shell command with the built in shell utility only returns
a single line of the result on either STDOUT or STDERR. This commit
fixes this to return all output from the running of a command or
commands.1 parent 254245a commit 397865f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments