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

fix arch on linux mint #1105

Closed
wants to merge 1 commit into from
Closed

fix arch on linux mint #1105

wants to merge 1 commit into from

Conversation

gronono
Copy link

@gronono gronono commented May 27, 2016

I am using Linux Mint on a VirtualBox machine. And I got

$ uname
Linux vbl-abr-mint 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
 $ uname -a
Linux vbl-abr-mint 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
 $ uname -m
Linux vbl-abr-mint 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

So I changed the MVN_ARCH detection to match on x86_64

@ljharb
Copy link
Member

ljharb commented May 27, 2016

Does uname -m not work in Linux Mint?? I definitely do not want an unbounded wildcard comparison against the output of uname, who knows what else that could start matching.

@gronono
Copy link
Author

gronono commented May 31, 2016

I found my problem. I got an alias for uname to uname -a.
You can use \uname in the script to skip aliases

@ljharb
Copy link
Member

ljharb commented May 31, 2016

@gronono ah, thanks - i'll fix that (although it's a very bad idea to alias over builtins)

@ljharb ljharb closed this in 251a2f3 May 31, 2016
@ljharb ljharb modified the milestone: v0.31.2 Jun 25, 2016
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