Skip to content

Commit

Permalink
devonfw#1039 Feature/1039 kotlin
Browse files Browse the repository at this point in the history
devonfw#1039 Feature/1039 kotlin
  • Loading branch information
CREITZ25 committed Apr 13, 2023
1 parent 862c735 commit ad47e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/kotlinc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source "$(dirname "${0}")"/../commandlet-cli
# Call kotlin with specified arguments.
function doRun() {
doSetup silent
doRunCommand "${KOTLINC_HOME}/kotlinc ${*}"
doRunCommand "${KOTLINC_HOME}/bin/kotlinc ${*}"
}

# $1: optional silent mode
Expand Down

0 comments on commit ad47e11

Please sign in to comment.