diff --git a/compiler/cli/bin/kotlinc-js b/compiler/cli/bin/kotlinc-js index 1d188802139..b07ba002566 100755 --- a/compiler/cli/bin/kotlinc-js +++ b/compiler/cli/bin/kotlinc-js @@ -36,7 +36,6 @@ KOTLIN_HOME=`cd "$KOTLIN_HOME"/..; pwd` # Remove spaces from KOTLIN_HOME on windows if $cygwin; then KOTLIN_HOME=`cygpath --windows --short-name "$KOTLIN_HOME"` - KOTLIN_HOME=`cygpath --unix "$KOTLIN_HOME"` fi [ -n "$JAVA_OPTS" ] || JAVA_OPTS="-Xmx256M -Xms32M" diff --git a/compiler/cli/bin/kotlinc-jvm b/compiler/cli/bin/kotlinc-jvm index 489aac1a5f0..1e1c7e82299 100755 --- a/compiler/cli/bin/kotlinc-jvm +++ b/compiler/cli/bin/kotlinc-jvm @@ -36,7 +36,6 @@ KOTLIN_HOME=`cd "$KOTLIN_HOME"/..; pwd` # Remove spaces from KOTLIN_HOME on windows if $cygwin; then KOTLIN_HOME=`cygpath --windows --short-name "$KOTLIN_HOME"` - KOTLIN_HOME=`cygpath --unix "$KOTLIN_HOME"` fi [ -n "$JAVA_OPTS" ] || JAVA_OPTS="-Xmx256M -Xms32M"