1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00

Changed fix for Gygwin/MinGW to handle Windows specifically.

Switched kotbaltw to bourne shell.
kobaltw.bat now created by default.
This commit is contained in:
Cedric Beust 2016-07-19 16:41:58 -07:00 committed by Erik C. Thauvin
parent 53ba3a4c0c
commit 6ec5aa8994
4 changed files with 34 additions and 11 deletions

2
dist/kobaltw vendored
View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
java -jar $(dirname $0)/../kobalt/wrapper/kobalt-wrapper.jar $*

2
dist/kobaltw.bat vendored
View file

@ -1,2 +1,4 @@
@echo off
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
java -jar "%~dp0/../kobalt/wrapper/kobalt-wrapper.jar" %*