Skip to content

use posix command to extract first 8 chars #25648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2015
Merged

Conversation

semarie
Copy link
Contributor

@semarie semarie commented May 20, 2015

the "-c" option of head isn't a posix option, and it isn't supported
under openbsd.

prefer the use of cut -c 1-8 (which is posix) to extract the first 8
chars.

r? @alexcrichton

the "-c" option of head isn't a posix option, and it isn't supported
under openbsd.

prefer the use of cut -c 1-8 (which is posix) to extract the first 8
chars.
@semarie
Copy link
Contributor Author

semarie commented May 21, 2015

the patch will be usefull for bitrig too. (cc @dhuseby)

@luqmana
Copy link
Member

luqmana commented May 21, 2015

@bors: r+ rollup

@bors
Copy link
Collaborator

bors commented May 21, 2015

📌 Commit 0cac791 has been approved by luqmana

Manishearth added a commit to Manishearth/rust that referenced this pull request May 21, 2015
the "-c" option of head isn't a posix option, and it isn't supported
under openbsd.

prefer the use of cut -c 1-8 (which is posix) to extract the first 8
chars.

r? @alexcrichton
Manishearth added a commit to Manishearth/rust that referenced this pull request May 21, 2015
the "-c" option of head isn't a posix option, and it isn't supported
under openbsd.

prefer the use of cut -c 1-8 (which is posix) to extract the first 8
chars.

r? @alexcrichton
@bors
Copy link
Collaborator

bors commented May 21, 2015

⌛ Testing commit 0cac791 with merge fbbf643...

Manishearth added a commit to Manishearth/rust that referenced this pull request May 21, 2015
the "-c" option of head isn't a posix option, and it isn't supported
under openbsd.

prefer the use of cut -c 1-8 (which is posix) to extract the first 8
chars.

r? @alexcrichton
@bors
Copy link
Collaborator

bors commented May 21, 2015

⛄ The build was interrupted to prioritize another pull request.

bors added a commit that referenced this pull request May 21, 2015
@bors bors merged commit 0cac791 into rust-lang:master May 21, 2015
@semarie semarie deleted the head-cut branch May 21, 2015 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants