Changed the path for calling kotlinc-jvm.bat to use short (8.3) names so that this will work correctly with paths with spaces in them
This commit is contained in:
committed by
Alexander Udalov
parent
1544755838
commit
84acaa9bf6
@@ -14,4 +14,4 @@ rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||||||
rem See the License for the specific language governing permissions and
|
rem See the License for the specific language governing permissions and
|
||||||
rem limitations under the License.
|
rem limitations under the License.
|
||||||
|
|
||||||
call %~dp0kotlinc-jvm.bat %*
|
call %~dps0kotlinc-jvm.bat %*
|
||||||
|
|||||||
Reference in New Issue
Block a user