microsoft / rnx-kit

Modern, scalable tools. Exceptional developer experience.
https://microsoft.github.io/rnx-kit/
MIT License
1.46k stars 94 forks source link

fix(build): fix `rnx-build-apple` not being resolved #3168

Closed tido64 closed 1 month ago

tido64 commented 1 month ago

Description

Fix rnx-build-apple not being resolved correctly in pnpm setups

Test plan

n/a

tido64 commented 1 month ago

This looks reasonable, though should the /bin/bash actually be /bin/sh, or are the scripts written specifically for bash shells?

We're using some convenience features that only exist in /bin/bash (and compatible shells).