Skip to content

Commit

Permalink
devonfw#847: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Oct 10, 2022
1 parent 0bfb533 commit a2f8a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -22,7 +22,7 @@ then
ECLIPSE_JAVA_HOME="${DEVON_IDE_HOME}/software/extra/java"
fi
ECLIPSE_PRODUCT="${ECLIPSE_HOME}/Eclipse.app/Contents/Eclipse/.eclipseproduct"
if [ ! -e "${eclipseproduct}" ]
if [ ! -e "${ECLIPSE_PRODUCT}" ]
then
ECLIPSE_PRODUCT="${ECLIPSE_HOME}/.eclipseproduct"
fi
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/intellij
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi

if [ -n "${DEVON_IDE_TRACE}" ]; then set -vx; fi
IDEA_HOME="${DEVON_IDE_HOME}/software/intellij"
if [ -e "${IDEA_HOME}/product-info.json" ]
if doIsMacOs
then
TOOL_VERSION_COMMAND="cat '${IDEA_HOME}/product-info.json'"
else
Expand Down

0 comments on commit a2f8a4c

Please sign in to comment.