Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Conversation

@christopheg
Copy link
Contributor

The log files "video-rec-stderr.log" and "video-rec-stdout.log" seem to contain "^M" characters (carriage-return).
The 'tail' command below doesn't take into account this character. It returns the complete output of the log files. Therefore it needs to be replaced into a proper newline.
This problem is not visible if executed in bash because each line will overwrite the previous line.

The log files "video-rec-stderr.log" and "video-rec-stdout.log" seem to contain "^M" characters (carriage-return).
The 'tail' command below doesn't take into account this character. It returns the complete output of the log files. Therefore it needs to be replaced into a proper newline.
This problem is not visible if executed in bash because each line will overwrite the previous line.
@elgalu
Copy link
Owner

elgalu commented Nov 1, 2017

Thanks for the PR! I will fix the build from forks later.

@elgalu elgalu merged commit eeba60c into elgalu:master Nov 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants