Fix handling of paths with spaces in kotlinc script
This commit is contained in:
@@ -14,4 +14,4 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
$(dirname $0)/kotlinc-jvm "$@"
|
"$(dirname "$(which "$0")")"/kotlinc-jvm "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user