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

Use uname -m instead of arch comamnd #5630

Merged
merged 1 commit into from
Jul 24, 2022
Merged

Conversation

conao3
Copy link
Contributor

@conao3 conao3 commented Oct 25, 2021

arch command is not installed at default.
see coreutils document:

arch is not installed by default, so portable scripts should
not rely on its existence.

https://www.gnu.org/software/coreutils/manual/html_node/arch-invocation.html

ref: google/fscrypt#92 (comment)

closes: #5629


Note: Documentation fixes for https://docs.haskellstack.org/en/stable/ should target the "stable" branch, not master.

Please include the following checklist in your PR:

  • Any changes that could be relevant to users have been recorded in the ChangeLog.md
  • The documentation has been updated, if necessary.

Please also shortly describe how you tested your change. Bonus points for added tests!

`arch` command is not installed at default.
see coreutils document:

> arch is not installed by default, so portable scripts should
> not rely on its existence.

https://www.gnu.org/software/coreutils/manual/html_node/arch-invocation.html

ref: google/fscrypt#92 (comment)
@hasufell
Copy link
Contributor

hasufell commented Dec 1, 2021

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.

get-stack.sh: arch command not found
4 participants