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(installer): use vim.o.sh instead of 'sh' #179

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Conversation

mrcjkb
Copy link
Member

@mrcjkb mrcjkb commented Mar 8, 2024

On Windows, sh might not be available (e.g. if not installed with git).
Even if git sh is installed, it may not see everything that is on the PATH (see #166).
The default vim.o.sh on Windows is cmd.exe. On Linux and MacOS, the script should behave as before.

On Windows, `sh` might not be available (e.g. if not installed
with git).
Even if git `sh` is installed, it may not see everything that is
on the `PATH` (see #166).
The default `vim.o.sh` on Windows is `cmd.exe`. On Linux and
MacOS, the script should behave as before.
Copy link
Contributor

github-actions bot commented Mar 8, 2024

Review Checklist

Does this PR follow the Contribution Guidelines? Following is a partial checklist:

Proper conventional commit scoping:

  • For example, fix(installer): some installer bugfix

  • Pull request title has the appropriate conventional commit prefix.

If applicable:

  • Tested
    • Tests have been added.
    • Tested manually (steps in PR description).
  • Updated documentation.

@NTBBloodbath NTBBloodbath merged commit 54b67ce into master Mar 8, 2024
8 checks passed
@mrcjkb mrcjkb deleted the installer branch March 8, 2024 16:27
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