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

Allow react-native and expo to build when using GNU coreutils #35382

Closed
wants to merge 2 commits into from

Commits on Nov 25, 2022

  1. Allow react-native and expo to build when using GNU coreutils

    See the issue at facebook#32432 (comment)
    
    This fixes a bizarre issue when using the GNU coreutils tools. There are very minor changes in the standard command-line tools on macOS and the GNU coreutils. The `cp` command has slightly different semantics across these operating systems, so this commit normalizes those differences and allows GNU coreutils to be used or the system native version of `cp`.
    shreeve authored and cortinico committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    d4a2058 View commit details
    Browse the repository at this point in the history
  2. Small cleanup

    shreeve authored and cortinico committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    d240dbc View commit details
    Browse the repository at this point in the history