KT-14003 kotlinc shebang should use env

This commit is contained in:
Sergey Mashkov
2016-09-23 12:49:01 +03:00
parent 375a2cc6ab
commit dafe7e3539
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash --posix
#!/usr/bin/env bash
# Copyright 2010-2015 JetBrains s.r.o.
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash --posix
#!/usr/bin/env bash
#
##############################################################################
# Copyright 2002-2011, LAMP/EPFL
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash --posix
#!/usr/bin/env bash
# Copyright 2010-2015 JetBrains s.r.o.
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash --posix
#!/usr/bin/env bash
# Copyright 2010-2015 JetBrains s.r.o.
#