Skip to content

Commit 604ec07

Browse files
committed
Merge pull request #11848 from stadler
* pr/11848: All CLI support for Windows MINGW environments
2 parents 61f7bd8 + 38a5466 commit 604ec07

File tree

1 file changed

+4
-0
lines changed
  • spring-boot-cli/src/main/executablecontent/bin

1 file changed

+4
-0
lines changed

spring-boot-cli/src/main/executablecontent/bin/spring

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ case "`uname`" in
88
cygwin=true
99
;;
1010

11+
MINGW*)
12+
cygwin=true
13+
;;
14+
1115
Darwin*)
1216
darwin=true
1317
;;

0 commit comments

Comments
 (0)