Skip to content

Conversation

@DerDakon
Copy link
Member

This was accidentially was changed from "tail -1" to "tail -n -1" instead of "tail -n 1". Even worse, the tail on Solaris doesn't seem to work with either options.

This was accidentially was changed from "tail -1" to "tail -n -1" instead of
"tail -n 1". Even worse, the tail on Solaris doesn't seem to work with either
options.
@DerDakon DerDakon added bug Something isn't working build labels Jan 10, 2021
@DerDakon DerDakon added this to the 1.09 milestone Jan 10, 2021
Copy link

@josuah josuah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solaris may accept tail -n 1 or maybe tail -n1 as per documentation :
https://docs.oracle.com/cd/E26502_01/html/E29030/tail-1.html

@DerDakon
Copy link
Member Author

Solaris may accept tail -n 1 or maybe tail -n1 as per documentation :
https://docs.oracle.com/cd/E26502_01/html/E29030/tail-1.html

Yes, but only for one of the 2 tail implementations. There seems to be only one head, with supports -n 1 in contrast.

Copy link
Member

@schmonz schmonz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree we need to fix the Solaris build, so I’m glad you set up an autobuild for it and found this.

The net change itself feels weird, calling head one way and tail another, but if that’s an accurate reflection of the situation then it probably doesn’t matter that it feels weird.

@DerDakon DerDakon merged commit 107f4e2 into master Jan 22, 2021
@DerDakon DerDakon deleted the Dakon-tail branch January 22, 2021 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants