Skip to content

Commit

Permalink
devonfw#940: MacOS quickfix for eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Oct 25, 2022
1 parent 9a12379 commit fa6197c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/eclipse
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function doInstallEclipsePlugin() {
local debug_info_file
debug_info_file=$(mktemp)
# get only !MESSAGE lines from the debug info
"${ECLIPSE_HOME}/eclipsec" -consoleLog -nosplash -vm "${ECLIPSE_JAVA_HOME}/bin/java" -application org.eclipse.equinox.p2.director -repository "${2}" -installIU "${1}" -vmargs "${ECLIPSE_VMARGS}" > "${debug_info_file}" 2>&1
"${ECLIPSE_HOME}/eclipse" -consoleLog -nosplash -vm "${ECLIPSE_JAVA_HOME}/bin/java" -application org.eclipse.equinox.p2.director -repository "${2}" -installIU "${1}" -vmargs "${ECLIPSE_VMARGS}" > "${debug_info_file}" 2>&1
local exit_code=$?
# Overwrite file with lines containing !MESSAGE
sed -i -n '/!MESSAGE/ p' "${debug_info_file}"
Expand Down

0 comments on commit fa6197c

Please sign in to comment.