mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
Define an output file variable.
This commit is contained in:
parent
c93058be1b
commit
d0412d7a88
@ -8,6 +8,8 @@ cd $(dirname "$0")/..
|
||||
root="$(pwd)"
|
||||
ghc_version="$(ghc --numeric-version)"
|
||||
|
||||
output_file="${HIE_BIOS_OUTPUT:-/dev/stdout}"
|
||||
|
||||
if [ "$1" == "--builddir" ]; then
|
||||
repl_builddir="$2"
|
||||
shift 2
|
||||
|
Loading…
Reference in New Issue
Block a user