From 1ef68ef231748d376beedb886d0a05332b97981e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 28 Oct 2015 14:32:11 +0000 Subject: [PATCH] Correct the reference to jarfolder in the init script Closes gh-4287 --- .../org/springframework/boot/loader/tools/launch.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script b/spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script index 247fc278d9b..9171f318e98 100755 --- a/spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script +++ b/spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script @@ -57,7 +57,7 @@ if [[ -z "$identity" ]]; then if [[ -n "$init_script" ]]; then identity="${init_script}" else - identity=$(basename "${jarfile%.*}")_${jar_folder//\//} + identity=$(basename "${jarfile%.*}")_${jarfolder//\//} fi fi