Repository: karaf Updated Branches: refs/heads/karaf-4.0.x 51097ce43 -> 9973be7b4
[KARAF-4479] Fix JAVA_HOME definition for all shell in wrapper karaf-service Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/9973be7b Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/9973be7b Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/9973be7b Branch: refs/heads/karaf-4.0.x Commit: 9973be7b4a5299cd07782c7ff9116f4076a98265 Parents: 51097ce Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Apr 10 10:25:47 2016 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Apr 10 10:26:26 2016 +0200 ---------------------------------------------------------------------- .../resources/org/apache/karaf/wrapper/internal/unix/karaf-service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/9973be7b/wrapper/src/main/resources/org/apache/karaf/wrapper/internal/unix/karaf-service ---------------------------------------------------------------------- diff --git a/wrapper/src/main/resources/org/apache/karaf/wrapper/internal/unix/karaf-service b/wrapper/src/main/resources/org/apache/karaf/wrapper/internal/unix/karaf-service index c414e20..9d92f0e 100644 --- a/wrapper/src/main/resources/org/apache/karaf/wrapper/internal/unix/karaf-service +++ b/wrapper/src/main/resources/org/apache/karaf/wrapper/internal/unix/karaf-service @@ -22,7 +22,7 @@ # # set the JAVA_HOME to launch the wrapper -set JAVA_HOME="${java.home}" +JAVA_HOME="${java.home}" # Application APP_NAME="${name}"
