Skip to content

Change PowerShell source references to . #133

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

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

dcoles
Copy link
Contributor

@dcoles dcoles commented Aug 6, 2022

To source scripts in PowerShell you must use the . operator. Unlike bash, source is not supported.

@SergioGasquez SergioGasquez added this to the v1.63 milestone Aug 10, 2022
@SergioGasquez SergioGasquez changed the base branch from main to build/1.63.0.0 August 10, 2022 08:48
To source scripts in PowerShell you must use the `.` operator. Unlike bash, `source` is not supported.
@georgik georgik merged commit 432fefb into esp-rs:build/1.63.0.0 Aug 15, 2022
@georgik
Copy link
Collaborator

georgik commented Aug 15, 2022

Thank you, @dcoles for the correction.

georgik added a commit that referenced this pull request Aug 22, 2022
* ci: bump up version to 1.63.0.1
* Build without linking to homebrew libs (#128)
* Use cargo install for `cargo-generate`
* Change PowerShell `source` references to `.` (#133)
* Fix README link to releases (#112)
* ci: msys build using shallow repo
* ci: cargo on Linux - use static linking due to ssl issues (#68)

Co-authored-by: Stephen Checkoway <s@pahtak.org>
Co-authored-by: Sergio Gasquez Arcos <sergio.gasquez@gmail.com>
Co-authored-by: David Coles <coles.david@gmail.com>
Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com>
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.

3 participants