Loading src/com/cyanogenmod/filemanager/console/shell/ShellConsole.java +4 −5 Original line number Diff line number Diff line Loading @@ -727,16 +727,15 @@ public abstract class ShellConsole extends Console implements Program.ProgramLis if (finished) { if (!async) { ShellConsole.this.toStdIn(sb.toString()); ShellConsole.this.toStdIn(s); } //Notify the end notifyProcessFinished(); break; } if (!async) { ShellConsole.this.toStdIn(sb.toString()); if (!async && !finished) { ShellConsole.this.toStdIn(s); } //Wait for buffer to be filled Loading Loading @@ -850,7 +849,7 @@ public abstract class ShellConsole extends Console implements Program.ProgramLis ((AsyncResultProgram)ShellConsole.this.mActiveCommand); program.parsePartialErrResult(s); } toStdErr(sb.toString()); toStdErr(s); //Wait for buffer to be filled try { Loading Loading
src/com/cyanogenmod/filemanager/console/shell/ShellConsole.java +4 −5 Original line number Diff line number Diff line Loading @@ -727,16 +727,15 @@ public abstract class ShellConsole extends Console implements Program.ProgramLis if (finished) { if (!async) { ShellConsole.this.toStdIn(sb.toString()); ShellConsole.this.toStdIn(s); } //Notify the end notifyProcessFinished(); break; } if (!async) { ShellConsole.this.toStdIn(sb.toString()); if (!async && !finished) { ShellConsole.this.toStdIn(s); } //Wait for buffer to be filled Loading Loading @@ -850,7 +849,7 @@ public abstract class ShellConsole extends Console implements Program.ProgramLis ((AsyncResultProgram)ShellConsole.this.mActiveCommand); program.parsePartialErrResult(s); } toStdErr(sb.toString()); toStdErr(s); //Wait for buffer to be filled try { Loading