We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 618cebb + 2f252a4 commit fb1dbbaCopy full SHA for fb1dbba
bin/common
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
3
# Finds in dotty build file a line containing PATTERN
4
# returns last "" escaped string in this line
bin/dotc
# This script is used for running compiler standalone(outside of sbt)
# it's based on miniboxing script and paulp's launcher script
bin/dotr
# Try to autodetect real location of the script
DOTTY_ROOT="$(readlink "$0")" # relative, symbolic links resolved
0 commit comments