Skip to content
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

Fail to compile on mac #93

Open
timfuze opened this issue Jan 18, 2019 · 0 comments
Open

Fail to compile on mac #93

timfuze opened this issue Jan 18, 2019 · 0 comments

Comments

@timfuze
Copy link

timfuze commented Jan 18, 2019

on current mac, building with specific build is failing due to usage of --lines and --fields.

REVISION=$(git ls-remote $REPO_URL --heads $BRANCH | head --lines 1 | cut --fields 1) || \

simple change to this works

REVISION=$(git ls-remote $REPO_URL --heads $BRANCH | head -n 1 | cut -f 1) || \

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

No branches or pull requests

1 participant