spring-boot/spring-boot-tools
Andy Wilkinson 02e1d669df Exit with a value of 1 when cd fails in the init script
Exiting with 0 when cd fails is likely to be incorrectly interpreted
as success so we should exit with a non-zero value. Ideally, the init
script status action would exit with 4 but, at the point when
the cd is performed, we don’t even know if we’re running as an init
script. Exiting with 1 seems to be a reasonable compromise as it’s
fine for the non init-script case as well as being correct for all
init script actions other than status.

See gh-4653
2015-12-16 13:53:26 +00:00
..
spring-boot-antlib Next Development Version 2015-11-16 03:18:54 -08:00
spring-boot-configuration-metadata Polish 2015-12-07 20:46:36 +01:00
spring-boot-configuration-processor Merge branch '1.2.x' 2015-12-10 15:01:29 +00:00
spring-boot-gradle-plugin Only make bootRun depend on findMainClass and not all java exec tasks 2015-12-04 14:36:07 +00:00
spring-boot-loader Use fast exceptions in findResource(s) 2015-11-30 09:51:15 +01:00
spring-boot-loader-tools Exit with a value of 1 when cd fails in the init script 2015-12-16 13:53:26 +00:00
spring-boot-maven-plugin Protect against null description 2015-12-11 17:40:28 +00:00
pom.xml Next Development Version 2015-11-16 03:18:54 -08:00