forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The jbang.cmd script wasn't handling the creation of temp files correctly. Also the *nix verion of the script wasn't properly detecting runing on Cygwin anymore either. And finally the `build` command was returning the wrong exit code. Fixes: quarkusio#421
- Loading branch information
1 parent
dcd2d74
commit 379c3be
Showing
3 changed files
with
24 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ public Integer doCall() throws IOException { | |
build(script); | ||
} | ||
|
||
return EXIT_EXECUTE; | ||
return EXIT_OK; | ||
} | ||
} |
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
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