spring-boot/spring-boot-tools
Andy Wilkinson 3afd0c7b3b Address Shellcheck warning (SC2086) for $arguments in launch script
$arguments needs to be split on spaces so it can’t just be wrapped
in quotes. This commit updates arguments to be an array that is then
expanded ("{arguments[@]}"). The use of @ and double quotes means that
it is expanded into all elements individually quoted.

See gh-4866
2016-01-14 10:37:37 +00:00
..
spring-boot-antlib Next Development Version 2015-12-18 05:43:02 -08:00
spring-boot-configuration-metadata Next Development Version 2015-12-18 05:43:02 -08:00
spring-boot-configuration-processor Next Development Version 2015-12-18 05:43:02 -08:00
spring-boot-gradle-plugin Next Development Version 2015-12-18 05:43:02 -08:00
spring-boot-loader Complete static final logger changes that were started in ec2f33f9 2016-01-13 16:22:35 +00:00
spring-boot-loader-tools Address Shellcheck warning (SC2086) for $arguments in launch script 2016-01-14 10:37:37 +00:00
spring-boot-maven-plugin Next Development Version 2015-12-18 05:43:02 -08:00
pom.xml Next Development Version 2015-12-18 05:43:02 -08:00