Closed kiall closed 13 years ago
Looks like I missed a change in the pull request..
Since Minion_CLI::write(); now prepends rather than appends \r\n the final line of output ends up on the same line as your nee bash prompt ..
Minion_CLI::write();
See here for the 1 liner fix..
Thanks :) used echo -e "\n" because some editors trim lines automatically (mine =P)
echo -e "\n"
Looks like I missed a change in the pull request..
Since
Minion_CLI::write();
now prepends rather than appends \r\n the final line of output ends up on the same line as your nee bash prompt ..See here for the 1 liner fix..