-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixed Jbang failing to run correctly with Cygwin (#1226)
* fix: Fixed Jbang failing to run correctly with Cygwin For Cygwin all kinds of path mangling is necessary, so reverting back to calling `jbang.cmd` when we detect Cygwin. This does mean that Jbang will fail to give proper usage instructions in certain cases when running with Cygwin. Fixes #1223 * chore: cleaned up jbang bash scripts Applied suggestions to quote variables wherever possible
- Loading branch information
Showing
1 changed file
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters