Fix handling of paths with spaces in kotlinc script

This commit is contained in:
Alexander Udalov
2015-04-15 01:10:29 +03:00
parent 84acaa9bf6
commit 1b7ba320c7
+1 -1
View File
@@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
$(dirname $0)/kotlinc-jvm "$@"
"$(dirname "$(which "$0")")"/kotlinc-jvm "$@"