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

make: time: command not found #439

Closed
manpages opened this issue Aug 21, 2012 · 3 comments
Closed

make: time: command not found #439

manpages opened this issue Aug 21, 2012 · 3 comments

Comments

@manpages
Copy link
Contributor

On some shells if you try to make elixir, you'll get make: time: command not found error as time is a reserved keyword in some shells.

It can easily be fixed by replacing all time occurrences with eval time in Makefile.

My shell: GNU bash, version 4.2.29(2)-release (i686-pc-linux-gnu)


Jonn Mostovoy,
DA234FE7

@josevalim
Copy link
Member

Excellent. Could you please send a pull request?

On Monday, August 20, 2012, Jonns Mostovoys wrote:


Reply to this email directly or view it on GitHubhttps://github.com//issues/439.

Sent from my iPhone

@manpages manpages mentioned this issue Aug 22, 2012
josevalim pushed a commit that referenced this issue Aug 22, 2012
@manpages
Copy link
Contributor Author

Dear José!

I took my time to both solve this issue properly and describe the solution and issue in #440.


Jonn Mostovoy,
DA234FE7

@josevalim
Copy link
Member

Already merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants