Skip to content
This repository was archived by the owner on Jan 25, 2019. It is now read-only.

Commit d203970

Browse files
committed
Revert "export cmd + opts to child process"
This reverts commit 49e53b6.
1 parent d5b0a1d commit d203970

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/head.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ if [[ -n "${BOOT_JVM_OPTIONS-}" ]]; then
3535
options=($BOOT_JVM_OPTIONS)
3636
fi
3737

38-
# Setting env vars for java process so this information can be retrieved easily
39-
export BOOT_JAVA_COMAND="$java_command"
40-
export BOOT_JVM_OPTIONS="$options"
41-
4238
self="${BASH_SOURCE[0]}"
4339
selfdir="$(cd "$(dirname "${self}")" ; pwd)"
4440
selfpath="$selfdir/$(basename "$self")"

0 commit comments

Comments
 (0)