Skip to content

change "cut" option in Makefile to be compatible with OS X#89

Merged
puzrin merged 1 commit intonodeca:masterfrom
survos:make-osx-cut
Aug 7, 2013
Merged

change "cut" option in Makefile to be compatible with OS X#89
puzrin merged 1 commit intonodeca:masterfrom
survos:make-osx-cut

Conversation

@kcivey
Copy link
Copy Markdown
Contributor

@kcivey kcivey commented Aug 7, 2013

The GNU version of "cut" allows "--bytes" or "-b", but the version in OS X
understands only "-b", so use "cut -b -6" instead of "cut --bytes=-6".

The GNU version of "cut" allows "--bytes" or "-b", but the version in OS X
understands only "-b", so use "cut -b -6" instead of "cut --bytes=-6".
puzrin pushed a commit that referenced this pull request Aug 7, 2013
change "cut" option in Makefile to be compatible with OS X
@puzrin puzrin merged commit b5bb4dd into nodeca:master Aug 7, 2013
@puzrin
Copy link
Copy Markdown
Member

puzrin commented Aug 7, 2013

Thanks.

@kcivey kcivey deleted the make-osx-cut branch August 7, 2013 21:07
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.

2 participants